mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
fix: Customer Group label in Itemwise Sales report
(cherry picked from commit 766f978858)
This commit is contained in:
committed by
mergify-bot
parent
cce1116b4e
commit
10624f3fa6
@@ -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