Skip to content

Commit

Permalink
resolve fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Feb 13, 2025
1 parent 22efc9b commit ccf546d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forecast/import_actuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def upload_trial_balance_report(file_upload, month_number, financial_year):
period_obj, _ = get_fk_from_field(
FinancialPeriod, "period_calendar_code", month_number
)
# FIXME: do we need to perform actualisation on archives?
if year_obj.current:
check_financial_code = CheckFinancialCode(file_upload)
save_to = ActualUploadMonthlyFigure
Expand Down

0 comments on commit ccf546d

Please sign in to comment.