From 22ea62e92f52f528e213f396fcde8ac84dac1ae8 Mon Sep 17 00:00:00 2001 From: Khushi Rawat <142375893+khushi8112@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:06:39 +0530 Subject: [PATCH] chore: hide currency column --- .../report/customer_ledger_summary/customer_ledger_summary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py b/erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py index 8d28ed302d2..64b174f809c 100644 --- a/erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py +++ b/erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py @@ -210,6 +210,7 @@ class PartyLedgerSummaryReport: "fieldtype": "Link", "options": "Currency", "width": 50, + "hidden": 1, }, ]