add printer lists in settings/oqs

This commit is contained in:
phyusin
2018-01-16 11:44:21 +06:30
parent 0972f3ddef
commit 468914fb3c

View File

@@ -16,7 +16,7 @@ div.form-inputs span{
<%= f.input :station_name %> <%= f.input :station_name %>
<%= f.input :is_active %> <%= f.input :is_active %>
<%= f.input :printer_name %> <%= f.input :printer_name, :as => :select, :collection => Printer::PrinterWorker.printers, include_blank: false %>
<!-- <%= f.input :font_size %> --> <!-- <%= f.input :font_size %> -->
<%= f.input :print_copy %> <%= f.input :print_copy %>
<%= f.hidden_field :processing_items %> <%= f.hidden_field :processing_items %>