Explorar el Código

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

version-14
Makarand Bauskar hace 8 años
committed by GitHub
padre
commit
3ae5baad2e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      frappe/utils/install.py

+ 2
- 0
frappe/utils/install.py Ver fichero

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


Cargando…
Cancelar
Guardar