Merge pull request #22334 from kennethsequeira/item-sale-hist

fix: Customer Group label in Item-wise Sales History report
This commit is contained in:
rohitwaghchaure 2020-06-19 10:53:09 +05:30 committed by GitHub
commit ec2dec03cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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