Default curreency edited

This commit is contained in:
Burak Civan
2021-06-30 19:00:58 +03:00
parent c168153023
commit 331e7904e0
2 changed files with 14 additions and 11 deletions

View File

@ -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);
},