fix ordergroup create & ordergroup deleted for real destroy finances view
This commit is contained in:
parent
fc46281de8
commit
caa5adbfe2
3 changed files with 48 additions and 46 deletions
|
|
@ -6,7 +6,8 @@
|
|||
= f.input :contact_person
|
||||
= f.input :contact_phone
|
||||
= f.input :contact_address
|
||||
= render 'sepa_account_holder', f: f
|
||||
- unless @ordergroup.new_record?
|
||||
= render 'sepa_account_holder', f: f
|
||||
= render 'shared/custom_form_fields', f: f, type: :ordergroup
|
||||
.fold-line
|
||||
= f.input :break_start, as: :date_picker, label: Ordergroup.human_attribute_name('break')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue