From 6d82e3cc2847186a16159268b1dbd7e04eca2191 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Thu, 31 Jul 2025 21:01:55 +0530 Subject: [PATCH] fix: remove incorrect references from stock entry dashboard/connections tab --- .../doctype/stock_entry/stock_entry_dashboard.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py b/erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py index 4c410212c8b..491b6513597 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py +++ b/erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py @@ -8,20 +8,7 @@ def get_data(): "non_standard_fieldnames": { "Stock Reservation Entry": "from_voucher_no", }, - "internal_links": { - "Purchase Order": ["items", "purchase_order"], - "Subcontracting Order": ["items", "subcontracting_order"], - "Subcontracting Receipt": ["items", "subcontracting_receipt"], - }, "transactions": [ - { - "label": _("Reference"), - "items": [ - "Purchase Order", - "Subcontracting Order", - "Subcontracting Receipt", - ], - }, {"label": _("Stock Reservation"), "items": ["Stock Reservation Entry"]}, ], }