From f9d199595461695a09298c586459f8a6fa06fcb5 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Tue, 23 Jan 2024 13:27:37 +0530 Subject: [PATCH] fix: Serial No Ledger permission issue (cherry picked from commit 1a670ff266c83ea1b18ede1c504873c08c310de1) --- erpnext/stock/report/serial_no_ledger/serial_no_ledger.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/stock/report/serial_no_ledger/serial_no_ledger.py b/erpnext/stock/report/serial_no_ledger/serial_no_ledger.py index 810dc4666f..3f5216bae8 100644 --- a/erpnext/stock/report/serial_no_ledger/serial_no_ledger.py +++ b/erpnext/stock/report/serial_no_ledger/serial_no_ledger.py @@ -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, }, {