From b1e99a70ac9b72417d59203c38dde0fe4ee6890b Mon Sep 17 00:00:00 2001 From: Sudharsanan Ashok <135326972+Sudharsanan11@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:43:44 +0530 Subject: [PATCH] fix(mrp): align monthly bucket labels with demand dates (#58963) --- .../material_requirements_planning_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/report/material_requirements_planning_report/material_requirements_planning_report.py b/erpnext/manufacturing/report/material_requirements_planning_report/material_requirements_planning_report.py index 26082f41e34..34b6f5ca896 100644 --- a/erpnext/manufacturing/report/material_requirements_planning_report/material_requirements_planning_report.py +++ b/erpnext/manufacturing/report/material_requirements_planning_report/material_requirements_planning_report.py @@ -1113,7 +1113,7 @@ class MaterialRequirementsPlanningReport: args["to_date"] = add_days(from_date, -1) if bucket_size == "Monthly": - args["label"] = formatdate(from_date, "MMM YYYY") + args["label"] = formatdate(args["from_date"], "MMM YYYY") else: if bucket_size == "Weekly": args["label"] = (