Merge pull request #14102 from rohitwaghchaure/company_not_found_issue_v11

[Fix] Company mandatory issue
This commit is contained in:
rohitwaghchaure
2018-05-16 23:32:33 +05:30
committed by GitHub

View File

@@ -11,6 +11,9 @@ from erpnext.accounts.utils import get_account_currency
def execute(filters=None):
if not filters:
return [], []
account_details = {}
if filters and filters.get('print_in_account_currency') and \