From ecf9134b043b8e1c20ce4a5435ff6fcab51a94b2 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Mon, 2 Jul 2018 11:32:10 +0630 Subject: [PATCH] update printsetting form --- app/views/print_settings/_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/print_settings/_form.html.erb b/app/views/print_settings/_form.html.erb index 436035aa..38aeab9e 100755 --- a/app/views/print_settings/_form.html.erb +++ b/app/views/print_settings/_form.html.erb @@ -14,9 +14,9 @@ <%= f.input :header_font_size %> <%= f.input :item_font_size %> <% if(@server_mode != 'cloud') %> - <%= f.input :printer_name, :as => :select, :collection => Printer::PrinterWorker.printers, include_blank: false %> + <%= f.input :printer_name, :as => :select, :collection => Printer::PrinterWorker.printers, include_blank: "Please Select" %> <% else %> - <%= f.input :printer_name, :as => :select, :collection => [], include_blank: false %> + <%= f.input :printer_name, :as => :select, :collection => [], include_blank: "Please Select" %> <% end %> <%= f.input :brand_name %> <%= f.input :printer_type %>