From d6e9216a451e74734e28f7624ef10dde317eca4a Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Wed, 30 Jul 2025 17:01:44 +0530 Subject: [PATCH] chore: code format (cherry picked from commit b0c0a86fcf060a2e029ed6aabc5d6878c365baf6) --- erpnext/accounts/report/gross_profit/gross_profit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/report/gross_profit/gross_profit.py b/erpnext/accounts/report/gross_profit/gross_profit.py index 188e97ff3c0..add7a90b74b 100644 --- a/erpnext/accounts/report/gross_profit/gross_profit.py +++ b/erpnext/accounts/report/gross_profit/gross_profit.py @@ -255,6 +255,7 @@ def get_columns(group_wise_columns, filters): supplier_master_name = frappe.db.get_single_value("Buying Settings", "supp_master_name") customer_master_name = frappe.db.get_single_value("Selling Settings", "cust_master_name") + column_map = frappe._dict( { "parent": {