diff --git a/forecast/views/edit_forecast.py b/forecast/views/edit_forecast.py index 10132914e..2d5663b3a 100644 --- a/forecast/views/edit_forecast.py +++ b/forecast/views/edit_forecast.py @@ -112,6 +112,7 @@ def get_financial_code_serialiser( forecast_budgetmonthlyfigures__financial_year_id=financial_year, forecast_budgetmonthlyfigures__archived_status=None, ), + default=0, ) ) .order_by(*edit_forecast_order())