From a7202201f737fe133f7e188e0c5481bca49dcdd7 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Thu, 15 May 2025 20:32:14 +0530 Subject: [PATCH] refactor: fetch monthly distribution as well --- erpnext/controllers/budget_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/controllers/budget_controller.py b/erpnext/controllers/budget_controller.py index bf54e148252..f983fe685ab 100644 --- a/erpnext/controllers/budget_controller.py +++ b/erpnext/controllers/budget_controller.py @@ -159,6 +159,7 @@ class BudgetValidation: bud.name, bud.budget_against, bud.company, + bud.monthly_distribution, bud.applicable_on_material_request, bud.action_if_annual_budget_exceeded_on_mr, bud.action_if_accumulated_monthly_budget_exceeded_on_mr,