Files
sx-fc/app/views/inventory/stock_check_items/edit.html.erb
2017-08-24 18:04:42 +06:30

7 lines
183 B
Plaintext

<h1>Editing Stock Check Item</h1>
<%= render 'form', stock_check_item: @stock_check_item %>
<%= link_to 'Show', @stock_check_item %> |
<%= link_to 'Back', stock_check_items_path %>