mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
Merge pull request #22334 from kennethsequeira/item-sale-hist
fix: Customer Group label in Item-wise Sales History report
This commit is contained in:
@@ -96,7 +96,7 @@ def get_columns(filters):
|
||||
"label": _("Customer Group"),
|
||||
"fieldtype": "Link",
|
||||
"fieldname": "customer_group",
|
||||
"options": "customer Group",
|
||||
"options": "Customer Group",
|
||||
"width": 120
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user