Skip to content

Commit

Permalink
Fix missing default for yearly budget sum (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley authored Nov 29, 2024
1 parent d477e98 commit 6d9d03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forecast/views/edit_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 6d9d03d

Please sign in to comment.