[Fix] Company mandatory issue

This commit is contained in:
Rohit Waghchaure 2018-05-16 23:31:09 +05:30
parent 39223e0341
commit 44fda65b1d

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 \