app/views/checked_items/edit.html.erb in enju_circulation-0.1.0.pre27 vs app/views/checked_items/edit.html.erb in enju_circulation-0.1.0.pre28
- old
+ new
@@ -11,9 +11,10 @@
<%= f.label t('activerecord.models.basket') -%><br />
<%= f.text_field :basket_id -%>
</div>
<div class="actions">
+ <%= f.hidden_field :lock_version %>
<%= f.submit %>
</div>
<%- end -%>
<%= link_to t('page.show'), checked_item_path(@checked_item) -%> |