Added hh and mh to Bank account

This commit is contained in:
Ali 2025-03-11 18:02:11 +04:00
parent 49adc03206
commit de864d8824
1 changed files with 14 additions and 0 deletions

View File

@ -19,6 +19,20 @@ def create_custom_fields():
insert_after='swift_number'
)
],
"Bank Account": [
dict(
fieldname='payment_account',
label='Payment account (h/h)',
fieldtype='Data',
insert_after='iban'
),
dict(
fieldname='сorrespondent_account',
label='Correspondent account (m/h)',
fieldtype='Data',
insert_after='payment_account'
)
],
"Employee Transfer": [
dict(
fieldname='reason',