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
commit 627c0a3acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \