Enable frequently used currencies. Fixes #1561
This commit is contained in:
parent
4d911db902
commit
de560aa094
@ -44,6 +44,10 @@ def import_country_and_currency():
|
||||
"number_format": country.number_format
|
||||
}).insert()
|
||||
|
||||
# enable frequently used currencies
|
||||
for currency in ("INR", "USD", "GBP", "EUR", "AED", "AUD", "JPY", "CNY", "CHF"):
|
||||
frappe.db.set_value("Currency", currency, "enabled", 1)
|
||||
|
||||
def feature_setup():
|
||||
"""save global defaults and features setup"""
|
||||
doc = frappe.get_doc("Features Setup", "Features Setup")
|
||||
|
Loading…
x
Reference in New Issue
Block a user