소스 검색

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

version-14
Makarand Bauskar 8 년 전
committed by GitHub
부모
커밋
3ae5baad2e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      frappe/utils/install.py

+ 2
- 0
frappe/utils/install.py 파일 보기

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


불러오는 중...
취소
저장