refs #2590 Wizard currencies added default currency

This commit is contained in:
Cüneyt Şentürk
2022-09-05 09:25:37 +03:00
parent 6f69914951
commit 4d5781cbc5
8 changed files with 559 additions and 438 deletions

View File

@ -25,7 +25,7 @@
this.modules = wizard_modules;
Object.keys(this.currency_codes).map((key) => {
return this.currency_codes[key];
return this.currency_codes[key];
});
this.page_loaded = false;
@ -34,10 +34,10 @@
data() {
return {
translations: {
company: {},
currencies: {},
taxes: {},
finish: {},
company: {},
currencies: {},
taxes: {},
finish: {},
},
company: {},
countries: {},