fix: add label to gl entry

This commit is contained in:
Mangesh-Khairnar
2020-04-17 19:52:47 +05:30
committed by Chinmay D. Pai
parent 2128dc8d87
commit 4af9ab702f

View File

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