From 1cb1074f6be7ab4a641f01da01da8c59f39f9ed2 Mon Sep 17 00:00:00 2001 From: deepeshgarg007 <42651287+deepeshgarg007@users.noreply.github.com> Date: Wed, 10 Oct 2018 16:15:30 +0530 Subject: [PATCH] Bug Fix (#15640) --- .../report/customer_credit_balance/customer_credit_balance.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py b/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py index 7357ab25d2..07b5f67a34 100644 --- a/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +++ b/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py @@ -40,7 +40,6 @@ def execute(filters=None): def get_columns(customer_naming_type): columns = [ - _("Name") + ":Link/Customer:120", _("Customer") + ":Link/Customer:120", _("Credit Limit") + ":Currency:120", _("Outstanding Amt") + ":Currency:100",