fix: Serial No Ledger permission issue

(cherry picked from commit 1a670ff266c83ea1b18ede1c504873c08c310de1)
This commit is contained in:
Rohit Waghchaure 2024-01-23 13:27:37 +05:30 committed by Mergify
parent 1331fb75a3
commit f9d1995954

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,
},
{