From 57293aa18a2d34b66b35dc346ec84c259c6d6c11 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Thu, 21 Nov 2024 13:13:21 +0530 Subject: [PATCH] fix: no permission to read Doctype (#44256) --- .../report/serial_and_batch_summary/serial_and_batch_summary.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/stock/report/serial_and_batch_summary/serial_and_batch_summary.py b/erpnext/stock/report/serial_and_batch_summary/serial_and_batch_summary.py index 15d9a12bc65..486828af1cc 100644 --- a/erpnext/stock/report/serial_and_batch_summary/serial_and_batch_summary.py +++ b/erpnext/stock/report/serial_and_batch_summary/serial_and_batch_summary.py @@ -106,8 +106,6 @@ def get_columns(filters, data): { "label": _("Voucher Type"), "fieldname": "voucher_type", - "fieldtype": "Link", - "options": "DocType", "width": 120, }, {