mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
[fix] [minor] budget variance report fixed
This commit is contained in:
@@ -92,6 +92,7 @@ def get_actual_details(filters):
|
|||||||
(filters.get("fiscal_year"), filters.get("company")), as_dict=1)
|
(filters.get("fiscal_year"), filters.get("company")), as_dict=1)
|
||||||
|
|
||||||
def get_costcenter_account_month_map(filters):
|
def get_costcenter_account_month_map(filters):
|
||||||
|
import datetime
|
||||||
costcenter_target_details = get_costcenter_target_details(filters)
|
costcenter_target_details = get_costcenter_target_details(filters)
|
||||||
tdd = get_target_distribution_details(filters)
|
tdd = get_target_distribution_details(filters)
|
||||||
actual_details = get_actual_details(filters)
|
actual_details = get_actual_details(filters)
|
||||||
|
|||||||
Reference in New Issue
Block a user