mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
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:
@@ -16,8 +16,6 @@ def execute(filters=None):
|
|||||||
return [], []
|
return [], []
|
||||||
|
|
||||||
account_details = {}
|
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 \
|
if filters and filters.get('print_in_account_currency') and \
|
||||||
not filters.get('account'):
|
not filters.get('account'):
|
||||||
|
|||||||
Reference in New Issue
Block a user