mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-14 10:13:57 +00:00
Co-authored-by: Pugazhendhi Velu <pugazhendhi720@gmail.com>
This commit is contained in:
@@ -151,10 +151,9 @@ def get_column(filters):
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Document Type"),
|
"label": _("Document Type"),
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Data",
|
||||||
"fieldname": "document_type",
|
"fieldname": "document_type",
|
||||||
"width": 150,
|
"width": 150,
|
||||||
"options": "DocType",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Document Name"),
|
"label": _("Document Name"),
|
||||||
|
|||||||
Reference in New Issue
Block a user