Merge pull request #39503 from rohitwaghchaure/fixed-serial-no-ledger-permission

fix: Serial No Ledger permission issue
This commit is contained in:
rohitwaghchaure 2024-01-23 19:06:40 +05:30 committed by GitHub
commit 4832175341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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