[Fix] Not able to view general ledger for purchase invoice

This commit is contained in:
Rohit Waghchaure 2018-11-20 13:01:52 +05:30
parent 64b4d98778
commit 770a13ebc3

View File

@ -16,8 +16,6 @@ def execute(filters=None):
return [], []
account_details = {}
if not filters.get("group_by"):
filters['group_by'] = _('Group by Voucher (Consolidated)')
if filters and filters.get('print_in_account_currency') and \
not filters.get('account'):