From 4cde0bfdddb6932f6c0ff289a37a9002c2e947bc Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Mon, 17 Nov 2025 14:33:21 +0530 Subject: [PATCH] fix: incorrect connection to delivery note on pick list --- erpnext/stock/doctype/pick_list/pick_list_dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/stock/doctype/pick_list/pick_list_dashboard.py b/erpnext/stock/doctype/pick_list/pick_list_dashboard.py index 29571a54007..8900385c265 100644 --- a/erpnext/stock/doctype/pick_list/pick_list_dashboard.py +++ b/erpnext/stock/doctype/pick_list/pick_list_dashboard.py @@ -3,6 +3,7 @@ def get_data(): "fieldname": "pick_list", "non_standard_fieldnames": { "Stock Reservation Entry": "from_voucher_no", + "Delivery Note": "against_pick_list", }, "internal_links": { "Sales Order": ["locations", "sales_order"],