Revert bench-init changes (#15463)

* Revert bench-init changes

* Fix test

* Remove debug flag
This commit is contained in:
Suraj Shetty
2018-09-21 15:46:44 +05:30
committed by Nabin Hait
parent bfc195dd8b
commit dabaec0dc5
2 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ def get_balance_on(account=None, date=None, party_type=None, party=None, company
)""" % (cc.lft, cc.rgt))
else:
cond.append("""gle.cost_center = "%s" """ % (frappe.db.escape(cost_center, percent=False), ))
cond.append("""gle.cost_center = %s """ % (frappe.db.escape(cost_center, percent=False), ))
if account: