Spacing formatted
This commit is contained in:
parent
52845a4aa5
commit
598f6e2cb2
@ -80,10 +80,10 @@
|
|||||||
|
|
||||||
this.currency_symbol.rate = this.form.currency_rate;
|
this.currency_symbol.rate = this.form.currency_rate;
|
||||||
|
|
||||||
if(company_currency_code) {
|
if (company_currency_code) {
|
||||||
let default_currency_symbol = null;
|
let default_currency_symbol = null;
|
||||||
|
|
||||||
for(let symbol of this.currencies) {
|
for (let symbol of this.currencies) {
|
||||||
if(symbol.code == company_currency_code) {
|
if(symbol.code == company_currency_code) {
|
||||||
default_currency_symbol = symbol.symbol;
|
default_currency_symbol = symbol.symbol;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user