[Fix] Company mandatory issue
This commit is contained in:
parent
39223e0341
commit
44fda65b1d
@ -11,6 +11,9 @@ from erpnext.accounts.utils import get_account_currency
|
|||||||
|
|
||||||
|
|
||||||
def execute(filters=None):
|
def execute(filters=None):
|
||||||
|
if not filters:
|
||||||
|
return [], []
|
||||||
|
|
||||||
account_details = {}
|
account_details = {}
|
||||||
|
|
||||||
if filters and filters.get('print_in_account_currency') and \
|
if filters and filters.get('print_in_account_currency') and \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user