Update financial_statements.py

This commit is contained in:
rohitwaghchaure 2018-11-06 13:28:18 +05:30 committed by GitHub
parent 614b042ed3
commit 9eafe8c23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -402,7 +402,6 @@ def get_additional_conditions(from_date, ignore_closing_entries, filters):
def get_cost_centers_with_children(cost_centers):
if not isinstance(cost_centers, list):
cost_centers = frappe.safe_encode(cost_centers)
cost_centers = [d.strip() for d in cost_centers.strip().split(',') if d]
all_cost_centers = []