Merge pull request #16028 from rohitwaghchaure/not_able_to_view_general_ledger

[Fix] Not able to view general ledger for purchase invoice
This commit is contained in:
Nabin Hait 2018-11-26 19:57:24 +05:30 committed by GitHub
commit 212a29ae2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'):