This commit is contained in:
nandar
2018-07-26 15:34:11 +06:30
parent 55554707f0
commit 275a7658ce
10 changed files with 66 additions and 10 deletions

View File

@@ -11,6 +11,9 @@
<%= hidden_field_tag 'id', params[:id] %>
<%= label_tag(:qty, "Qty:") %>
<%= text_field_tag :qty, "", class: 'adjust_height' %>
<br/>
<input type="checkbox" name="barcode" value="true" class="">Barcode
<br/>
<%= submit_tag("Generate", :class=>"btn btn-primary btn_height") %>
<% end %>
</div>