Default curreency edited
This commit is contained in:
@ -553,10 +553,13 @@
|
||||
|
||||
this.form.currency_code = currency.code;
|
||||
this.form.currency_rate = currency.rate;
|
||||
this.currency_symbol = currency;
|
||||
|
||||
|
||||
this.currencyConversion();
|
||||
}
|
||||
|
||||
if (document_default_currency == currency.code) {
|
||||
this.currency_symbol = currency;
|
||||
}
|
||||
}, this);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user