[hotfix] setup wizard, complete_setup fixes (#9654)

* [hotfix] setup wizard, complete_setup fixes

* Update utils.py

* Update utils.py
This commit is contained in:
Makarand Bauskar
2017-07-06 11:09:34 +05:30
committed by Rushabh Mehta
parent 63b06420e1
commit ddd4845420
2 changed files with 8 additions and 8 deletions

View File

@@ -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