From 6f44a1630f56a940dda7ff69cf9e9d06040ae813 Mon Sep 17 00:00:00 2001 From: Gursheen Anand Date: Tue, 28 Nov 2023 16:31:40 +0530 Subject: [PATCH] fix: show difference amount in default currency --- .../payment_reconciliation_allocation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json b/erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json index fec8a6d4c7d..7b94eb0ea4a 100644 --- a/erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json +++ b/erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json @@ -65,7 +65,7 @@ "fieldtype": "Currency", "in_list_view": 1, "label": "Difference Amount", - "options": "currency", + "options": "Currency", "read_only": 1 }, { @@ -141,7 +141,7 @@ ], "istable": 1, "links": [], - "modified": "2023-11-28 15:50:42.336096", + "modified": "2023-11-28 16:30:43.344612", "modified_by": "Administrator", "module": "Accounts", "name": "Payment Reconciliation Allocation",