fix ordergroup create & ordergroup deleted for real destroy finances view

This commit is contained in:
viehlieb 2024-02-22 21:06:02 +01:00
parent fc46281de8
commit caa5adbfe2
3 changed files with 48 additions and 46 deletions

View file

@ -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')