better readable IBAN (#824)
display IBANs in groups of 4 digits with whitespaces in between
This commit is contained in:
parent
00f1dddd3d
commit
401c8f50a8
7 changed files with 11 additions and 6 deletions
|
|
@ -34,7 +34,7 @@
|
|||
%dd= @supplier.supplier_category.try(:name)
|
||||
- if FoodsoftConfig[:use_iban]
|
||||
%dt= heading_helper(Supplier, :iban) + ':'
|
||||
%dd= @supplier.iban
|
||||
%dd= format_iban @supplier.iban
|
||||
%dt= heading_helper(Supplier, :delivery_days) + ':'
|
||||
%dd= @supplier.delivery_days
|
||||
%dt= heading_helper(Supplier, :order_howto) + ':'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue