fix: Customer Group label in Itemwise Sales report

(cherry picked from commit 766f978858)
This commit is contained in:
Kenneth Sequeira
2020-06-18 23:23:54 +05:30
committed by mergify-bot
parent cce1116b4e
commit 10624f3fa6

View File

@@ -96,7 +96,7 @@ def get_columns(filters):
"label": _("Customer Group"),
"fieldtype": "Link",
"fieldname": "customer_group",
"options": "customer Group",
"options": "Customer Group",
"width": 120
},
{