From c45ea53889269105b69f5bf16dbe2444562acaed Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:32:29 +0200 Subject: [PATCH] fix(Bank Account): length of IBAN field --- erpnext/accounts/doctype/bank_account/bank_account.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/bank_account/bank_account.json b/erpnext/accounts/doctype/bank_account/bank_account.json index a71322c3cb3..9ecd9c53503 100644 --- a/erpnext/accounts/doctype/bank_account/bank_account.json +++ b/erpnext/accounts/doctype/bank_account/bank_account.json @@ -132,7 +132,7 @@ "fieldtype": "Data", "in_list_view": 1, "label": "IBAN", - "length": 30, + "length": 34, "options": "IBAN" }, { @@ -252,7 +252,7 @@ "link_fieldname": "default_bank_account" } ], - "modified": "2025-08-26 23:29:24.984767", + "modified": "2025-08-29 12:32:01.081687", "modified_by": "Administrator", "module": "Accounts", "name": "Bank Account",