[fix] [minor] budget variance report fixed
This commit is contained in:
parent
7344353ac5
commit
fbfefd3dcd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user