OQS edit bug fix

This commit is contained in:
Phyo
2017-06-19 18:54:19 +06:30
parent c02e305c30
commit 90be2b8d63
3 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ div.form-inputs span{
<%= f.input :printer_name %>
<%= f.input :font_size %>
<%= f.input :print_copy %>
<%= f.hidden_field :processing_items %>
<%= f.label "Select Zones", :class => 'control-label' %>
<%= f.collection_check_boxes :zone_ids , Zone.all, :id, :name , :class => 'ta'%>
<%= f.input :cut_per_item %>