Merge pull request #14102 from rohitwaghchaure/company_not_found_issue_v11
[Fix] Company mandatory issue
This commit is contained in:
commit
627c0a3acb
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user