menu export import update and print setting update

This commit is contained in:
Yan
2018-04-19 15:17:59 +06:30
parent 458da62c66
commit 3db2db093b
5 changed files with 58 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
<% if(@server_mode != 'cloud') %>
<%= f.input :printer_name, :as => :select, :collection => Printer::PrinterWorker.printers, include_blank: false %>
<% else %>
<%= f.input :printer_name %>
<%= f.input :printer_name, :as => :select, :collection => [] %>
<% end %>
<%= f.input :brand_name %>
<%= f.input :printer_type %>