diff --git a/erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py b/erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py index c1141fe43ec..96e1c19ba4b 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py +++ b/erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py @@ -8,12 +8,8 @@ def get_data(): "non_standard_fieldnames": { # "DocType Name": "Reference field name", }, - "internal_links": { - "Purchase Order": ["items", "purchase_order"], - "Subcontracting Order": ["items", "subcontracting_order"], - "Subcontracting Receipt": ["items", "subcontracting_receipt"], - }, "transactions": [ +<<<<<<< HEAD { "label": _("Reference"), "items": [ @@ -22,5 +18,8 @@ def get_data(): "Subcontracting Receipt", ], }, +======= + {"label": _("Stock Reservation"), "items": ["Stock Reservation Entry"]}, +>>>>>>> 6d82e3cc28 (fix: remove incorrect references from stock entry dashboard/connections tab) ], }