mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
fix: add label to gl entry
This commit is contained in:
@@ -365,6 +365,7 @@ def get_columns(filters):
|
|||||||
|
|
||||||
columns = [
|
columns = [
|
||||||
{
|
{
|
||||||
|
"label": _("GL Entry"),
|
||||||
"fieldname": "gl_entry",
|
"fieldname": "gl_entry",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"options": "GL Entry",
|
"options": "GL Entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user