Spacing edited
This commit is contained in:
parent
7de2d54103
commit
52845a4aa5
@ -552,7 +552,6 @@
|
||||
this.edit.currency++;
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.currencies.length) {
|
||||
let currency_promise = Promise.resolve(window.axios.get((url + '/settings/currencies')));
|
||||
|
||||
@ -572,10 +571,8 @@
|
||||
|
||||
this.form.currency_code = currency.code;
|
||||
this.form.currency_rate = currency.rate;
|
||||
|
||||
this.currencyConversion();
|
||||
}
|
||||
|
||||
if (company_currency_code == currency.code) {
|
||||
this.currency_symbol = currency;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user