Przeglądaj źródła

[minor] new line after install & reinstallation of new-site (#3262)

version-14
Makarand Bauskar 8 lat temu
committed by Rushabh Mehta
rodzic
commit
931ef1f244
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/utils/install.py

+ 1
- 1
frappe/utils/install.py Wyświetl plik

@@ -105,7 +105,7 @@ def import_country_and_currency():
country = frappe._dict(data[name])
add_country_and_currency(name, country)

print
print()

# enable frequently used currencies
for currency in ("INR", "USD", "GBP", "EUR", "AED", "AUD", "JPY", "CNY", "CHF"):


Ładowanie…
Anuluj
Zapisz