fix: Serial No Ledger permission issue

This commit is contained in:
Rohit Waghchaure 2024-01-23 13:27:37 +05:30
parent da0ad3bc00
commit 1a670ff266

View File

@ -22,9 +22,8 @@ def get_columns(filters):
{"label": _("Posting Time"), "fieldtype": "Time", "fieldname": "posting_time", "width": 90},
{
"label": _("Voucher Type"),
"fieldtype": "Link",
"fieldtype": "Data",
"fieldname": "voucher_type",
"options": "DocType",
"width": 160,
},
{