Spacing edited

This commit is contained in:
Burak Civan 2021-07-01 10:47:46 +03:00
parent 7de2d54103
commit 52845a4aa5

View File

@ -552,7 +552,6 @@
this.edit.currency++; this.edit.currency++;
return; return;
} }
if (!this.currencies.length) { if (!this.currencies.length) {
let currency_promise = Promise.resolve(window.axios.get((url + '/settings/currencies'))); let currency_promise = Promise.resolve(window.axios.get((url + '/settings/currencies')));
@ -572,10 +571,8 @@
this.form.currency_code = currency.code; this.form.currency_code = currency.code;
this.form.currency_rate = currency.rate; this.form.currency_rate = currency.rate;
this.currencyConversion(); this.currencyConversion();
} }
if (company_currency_code == currency.code) { if (company_currency_code == currency.code) {
this.currency_symbol = currency; this.currency_symbol = currency;
} }