diff --git a/erpnext/accounts/doctype/bank_transaction/bank_transaction.json b/erpnext/accounts/doctype/bank_transaction/bank_transaction.json index 39937bb3645..b63fb5e573b 100644 --- a/erpnext/accounts/doctype/bank_transaction/bank_transaction.json +++ b/erpnext/accounts/doctype/bank_transaction/bank_transaction.json @@ -271,6 +271,7 @@ "label": "Debit", "length": 0, "no_copy": 0, + "options": "currency", "permlevel": 0, "precision": "", "print_hide": 0, @@ -304,6 +305,7 @@ "label": "Credit", "length": 0, "no_copy": 0, + "options": "currency", "permlevel": 0, "precision": "", "print_hide": 0, @@ -632,6 +634,7 @@ "label": "Allocated Amount", "length": 0, "no_copy": 0, + "options": "currency", "permlevel": 0, "precision": "", "print_hide": 0, @@ -731,6 +734,7 @@ "label": "Unallocated Amount", "length": 0, "no_copy": 0, + "options": "currency", "permlevel": 0, "precision": "", "print_hide": 0, @@ -755,7 +759,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2019-05-11 05:27:55.244721", + "modified": "2021-11-26 12:44:55.244721", "modified_by": "Administrator", "module": "Accounts", "name": "Bank Transaction",