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

fix: add label to gl entry
This commit is contained in:
Deepesh Garg
2020-04-17 19:59:19 +05:30
committed by GitHub

View File

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