commit | ec2dec03cc267244fd88962b7c2a045f942d5f0f | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Fri Jun 19 10:53:09 2020 +0530 |
committer | GitHub <noreply@github.com> | Fri Jun 19 10:53:09 2020 +0530 |
tree | 2d4347f3624aec6ba5b78052f96f0cb08c830867 | |
parent | 9d25826bbeaf3869089b53f9cf651f4343aede22 [diff] | |
parent | 766f978858b2929ae2caa6a80596b76b850e13fe [diff] |
Merge pull request #22334 from kennethsequeira/item-sale-hist fix: Customer Group label in Item-wise Sales History 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 }, {