Merge pull request #21320 from Mangesh-Khairnar/fix-gl-entry-label

fix: add label to gl report
This commit is contained in:
Deepesh Garg 2020-04-17 20:00:42 +05:30 committed by GitHub
commit 5239c0e6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,6 +365,7 @@ def get_columns(filters):
columns = [
{
"label": _("GL Entry"),
"fieldname": "gl_entry",
"fieldtype": "Link",
"options": "GL Entry",