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,