Add admin interface to enable the self service functionality
This commit is contained in:
parent
e6061e6760
commit
00f1dddd3d
5 changed files with 7 additions and 3 deletions
|
|
@ -12,6 +12,7 @@
|
|||
= config_input_field form, :minimum_balance, as: :decimal, class: 'input-small'
|
||||
= config_input form, :charge_members_manually, as: :boolean
|
||||
= config_input form, :use_iban, as: :boolean
|
||||
= config_input form, :use_self_service, as: :boolean
|
||||
|
||||
%h4= t '.schedule_title'
|
||||
= form.simple_fields_for :order_schedule do |fields|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue