Added fixtures for currency
This commit is contained in:
parent
8c4af6c7d3
commit
f7f2e9312a
|
|
@ -0,0 +1,13 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"doctype": "Currency",
|
||||||
|
"name": "AZN",
|
||||||
|
"currency_name": "Azerbaijani Manat",
|
||||||
|
"symbol": "₼",
|
||||||
|
"fraction": "Qəpik",
|
||||||
|
"fraction_units": 100,
|
||||||
|
"smallest_currency_fraction_value": 0.01,
|
||||||
|
"number_format": "#,###.##",
|
||||||
|
"enabled": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
@ -7,6 +7,8 @@ app_license = "unlicense"
|
||||||
|
|
||||||
after_install = "az_locale.install.after_install"
|
after_install = "az_locale.install.after_install"
|
||||||
|
|
||||||
|
fixtures = ["fixtures/currency.json"]
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
# ------------------
|
# ------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue