mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
Merge pull request #22337 from frappe/mergify/bp/version-12-hotfix/pr-22334
fix: Customer Group label in Item-wise Sales History report (bp #22334)
This commit is contained in:
@@ -96,7 +96,7 @@ def get_columns(filters):
|
|||||||
"label": _("Customer Group"),
|
"label": _("Customer Group"),
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"fieldname": "customer_group",
|
"fieldname": "customer_group",
|
||||||
"options": "customer Group",
|
"options": "Customer Group",
|
||||||
"width": 120
|
"width": 120
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user