fix: Customer Group label in Itemwise Sales report

This commit is contained in:
Kenneth Sequeira 2020-06-18 23:23:54 +05:30
parent c734db5d45
commit 766f978858

View File

@ -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
}, },
{ {