From d0d8cff48f7c4bda248b7126e454cd58a6c17d5f Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Wed, 29 Apr 2026 16:19:05 +0530 Subject: [PATCH] fix: py error on sales forecast doctype (#54641) fix: py error on sales forecase doctype --- .../doctype/sales_forecast/sales_forecast_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/sales_forecast/sales_forecast_dashboard.py b/erpnext/manufacturing/doctype/sales_forecast/sales_forecast_dashboard.py index a2166be4339..27108320deb 100644 --- a/erpnext/manufacturing/doctype/sales_forecast/sales_forecast_dashboard.py +++ b/erpnext/manufacturing/doctype/sales_forecast/sales_forecast_dashboard.py @@ -3,7 +3,7 @@ from frappe import _ def get_data(): return { - "fieldname": "demand_planning", + "fieldname": "sales_forecast", "transactions": [ { "label": _("MPS"),