Create journal_entry.py

This commit is contained in:
Nabin Hait 2017-06-15 12:30:58 +05:30 committed by GitHub
parent 3514332cd8
commit 2153399c39

View File

@ -873,7 +873,7 @@ def get_exchange_rate(posting_date, account=None, account_currency=None, company
# The date used to retreive the exchange rate here is the date passed # The date used to retreive the exchange rate here is the date passed
# in as an argument to this function. # in as an argument to this function.
elif account_currency and posting_date: elif (not exchange_rate or exchange_rate==1) and account_currency and posting_date:
exchange_rate = get_exchange_rate(account_currency, company_currency, posting_date) exchange_rate = get_exchange_rate(account_currency, company_currency, posting_date)
else: else:
exchange_rate = 1 exchange_rate = 1