mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
fix(Bank Account): length of IBAN field
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "IBAN",
|
"label": "IBAN",
|
||||||
"length": 30,
|
"length": 34,
|
||||||
"options": "IBAN"
|
"options": "IBAN"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
"link_fieldname": "default_bank_account"
|
"link_fieldname": "default_bank_account"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2025-08-26 23:29:24.984767",
|
"modified": "2025-08-29 12:32:01.081687",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Bank Account",
|
"name": "Bank Account",
|
||||||
|
|||||||
Reference in New Issue
Block a user