Add custom fields to invoice, odergroup, supplier and user
This commit is contained in:
parent
72b5a5ca82
commit
75deec9f06
13 changed files with 48 additions and 7 deletions
|
|
@ -22,6 +22,7 @@
|
|||
= f.input :amount, as: :string
|
||||
= f.input :deposit, as: :string
|
||||
= f.input :deposit_credit, as: :string
|
||||
= render 'shared/custom_form_fields', f: f, type: :invoice
|
||||
= f.input :attachment, as: :file, hint: t('.attachment_hint')
|
||||
- if f.object.attachment_data.present?
|
||||
= f.input :delete_attachment, as: :boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue