mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
added number format, sent country info in boot, link options not extracted from cache
This commit is contained in:
@@ -94,7 +94,8 @@ def import_country_and_currency():
|
||||
"currency_name": country.currency,
|
||||
"fraction": country.currency_fraction,
|
||||
"symbol": country.currency_symbol,
|
||||
"fraction_units": country.currency_fraction_units
|
||||
"fraction_units": country.currency_fraction_units,
|
||||
"number_format": country.number_format
|
||||
}).insert()
|
||||
|
||||
def import_defaults():
|
||||
|
||||
Reference in New Issue
Block a user