From b047425a6f9d3d3827226acce488f87e413c2aad Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:51:33 +0530 Subject: [PATCH] fix: no permission to read Doctype (backport #44256) (#44258) fix: no permission to read Doctype (#44256) (cherry picked from commit 57293aa18a2d34b66b35dc346ec84c259c6d6c11) Co-authored-by: rohitwaghchaure (cherry picked from commit 8b15a965dd0ffea82c1d55a2893a79cf1fd243bb) --- .../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, }, {