mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
[hotfix] setup wizard, complete_setup fixes (#9654)
* [hotfix] setup wizard, complete_setup fixes * Update utils.py * Update utils.py
This commit is contained in:
committed by
Rushabh Mehta
parent
63b06420e1
commit
ddd4845420
@@ -93,4 +93,4 @@ def get_exchange_rate(from_currency, to_currency, transaction_date=None):
|
||||
return flt(value)
|
||||
except:
|
||||
frappe.msgprint(_("Unable to find exchange rate for {0} to {1} for key date {2}. Please create a Currency Exchange record manually").format(from_currency, to_currency, transaction_date))
|
||||
return 0.0
|
||||
return 0.0
|
||||
|
||||
Reference in New Issue
Block a user