Bladeren bron

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

version-14
Makarand Bauskar 8 jaren geleden
committed by Rushabh Mehta
bovenliggende
commit
931ef1f244
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      frappe/utils/install.py

+ 1
- 1
frappe/utils/install.py Bestand weergeven

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


print
print()


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


Laden…
Annuleren
Opslaan