payment option | cashier terminal | membership
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= simple_form_for(@settings_cashier_terminal) do |f| %>
|
||||
<%= simple_form_for([:settings, @settings_cashier_terminal]) do |f| %>
|
||||
<%= f.error_notification %>
|
||||
|
||||
<div class="form-inputs">
|
||||
@@ -7,8 +7,6 @@
|
||||
<%= f.input :is_currently_login %>
|
||||
<%= f.input :auto_print_receipt %>
|
||||
<%= f.input :printer_name %>
|
||||
<%= f.input :header %>
|
||||
<%= f.input :footer %>
|
||||
<%= f.input :font %>
|
||||
<%= f.input :font_size %>
|
||||
<%= f.input :show_tax %>
|
||||
|
||||
Reference in New Issue
Block a user