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

6 lines
116 B
Plaintext

<h1>New Stock Check</h1>
<%= render 'form', stock_check: @stock_check %>
<%= link_to 'Back', stock_checks_path %>