From 1a84963dacff1da14df6983709c7e3bde5aa12bb Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Mon, 7 Apr 2025 22:06:04 +0400 Subject: [PATCH] test commit --- jey_erp/custom_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jey_erp/custom_fields.py b/jey_erp/custom_fields.py index 9434196..e5264e8 100644 --- a/jey_erp/custom_fields.py +++ b/jey_erp/custom_fields.py @@ -14,7 +14,7 @@ def create_custom_fields(): "Bank": [ dict( fieldname='bank_code', - label='Code', + label='Bank Code', fieldtype='Data', insert_after='swift_number' )