Parcourir la source

[minor] added empty line after country fixture installation (#3740)

version-14
Makarand Bauskar il y a 8 ans
committed by GitHub
Parent
révision
3ae5baad2e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      frappe/utils/install.py

+ 2
- 0
frappe/utils/install.py Voir le fichier

@@ -126,6 +126,8 @@ def import_country_and_currency():
country = frappe._dict(data[name])
add_country_and_currency(name, country)

print("")

# enable frequently used currencies
for currency in ("INR", "USD", "GBP", "EUR", "AED", "AUD", "JPY", "CNY", "CHF"):
frappe.db.set_value("Currency", currency, "enabled", 1)


Chargement…
Annuler
Enregistrer