commit | 766f978858b2929ae2caa6a80596b76b850e13fe | [log] [tgz] |
---|---|---|
author | Kenneth Sequeira <seq.kenneth@gmail.com> | Thu Jun 18 23:23:54 2020 +0530 |
committer | Kenneth Sequeira <seq.kenneth@gmail.com> | Thu Jun 18 23:23:54 2020 +0530 |
tree | 8ff69619ede1fc9080daa3d074edb3555d592784 | |
parent | c734db5d4505fc08c2a55d1c5be53a10c669e8cb [diff] |
fix: Customer Group label in Itemwise Sales report
diff --git a/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.py b/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.py index 405004e..08a98ba 100644 --- a/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.py +++ b/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.py
@@ -96,7 +96,7 @@ "label": _("Customer Group"), "fieldtype": "Link", "fieldname": "customer_group", - "options": "customer Group", + "options": "Customer Group", "width": 120 }, {