change print settings for cloud

This commit is contained in:
phyusin
2018-05-10 13:59:19 +06:30
parent d1baaaa78f
commit a2e7ef0e5a
5 changed files with 49 additions and 6 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 => [], include_blank: false %>
<% end %>
<%= f.input :brand_name %>
<%= f.input :printer_type %>