Add IBAN field to supplier and user model
This commit is contained in:
parent
925727d3ae
commit
c6731b4e4f
12 changed files with 34 additions and 2 deletions
|
|
@ -12,6 +12,8 @@
|
|||
= f.input :url
|
||||
= f.input :contact_person
|
||||
= f.input :customer_number
|
||||
- if FoodsoftConfig[:use_iban]
|
||||
= f.input :iban
|
||||
= f.input :delivery_days
|
||||
= f.input :order_howto, as: :text, input_html: {rows: 5}
|
||||
= f.input :note, as: :text, input_html: {rows: 5}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue