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"],