diff --git a/accounts/report/budget_variance_report/budget_variance_report.py b/accounts/report/budget_variance_report/budget_variance_report.py index ee4f6fe20a..941fb8adbf 100644 --- a/accounts/report/budget_variance_report/budget_variance_report.py +++ b/accounts/report/budget_variance_report/budget_variance_report.py @@ -92,6 +92,7 @@ def get_actual_details(filters): (filters.get("fiscal_year"), filters.get("company")), as_dict=1) def get_costcenter_account_month_map(filters): + import datetime costcenter_target_details = get_costcenter_target_details(filters) tdd = get_target_distribution_details(filters) actual_details = get_actual_details(filters)