From 23946cea2e23edf78e9073ddf4bdc429374d1cc4 Mon Sep 17 00:00:00 2001 From: Saqib Date: Mon, 29 Nov 2021 15:13:22 +0530 Subject: [PATCH] fix: debit & credit currency in bank transaction (#28574) --- .../accounts/doctype/bank_transaction/bank_transaction.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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",