Merge pull request #1029 from akhileshdarjee/1310
[fix] [minor] budget variance report fixed
This commit is contained in:
commit
06da1a6147
@ -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