print settings

This commit is contained in:
phyusin
2018-04-06 10:45:14 +06:30
parent 55e2a06422
commit dac1a58b64
4 changed files with 12 additions and 3 deletions

View File

@@ -11,6 +11,8 @@
<%= f.input :unique_code %>
<%= f.input :template %>
<%= f.input :font %>
<%= f.input :header_font_size %>
<%= f.input :item_font_size %>
<%= f.input :printer_name, :as => :select, :collection => Printer::PrinterWorker.printers, include_blank: false %>
<%= f.input :brand_name %>
<%= f.input :printer_type %>