Merge branch 'develop' into payment-terms

This commit is contained in:
Nabin Hait
2017-11-17 12:41:56 +05:30
committed by GitHub
245 changed files with 45464 additions and 35143 deletions

View File

@@ -201,9 +201,6 @@ def get_party_account(party_type, party, company):
if (account and account_currency != existing_gle_currency) or not account:
account = get_party_gle_account(party_type, party, company)
if not account:
frappe.throw(_("Party account not specified, please setup default party account in company"))
return account
def get_party_account_currency(party_type, party, company):