commit | 1cb1074f6be7ab4a641f01da01da8c59f39f9ed2 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <42651287+deepeshgarg007@users.noreply.github.com> | Wed Oct 10 16:15:30 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 10 16:15:30 2018 +0530 |
tree | 3d64f7f8034acda298bb7f1055d8758653fc3578 | |
parent | d92f3ac4806061e7b5ad47b8addefe965a2afe35 [diff] |
Bug Fix (#15640)
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 7357ab2..07b5f67 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 get_columns(customer_naming_type): columns = [ - _("Name") + ":Link/Customer:120", _("Customer") + ":Link/Customer:120", _("Credit Limit") + ":Currency:120", _("Outstanding Amt") + ":Currency:100",