Selaa lähdekoodia

[FIX] symbol in credit

Gogs 7 vuotta sitten
vanhempi
commit
1ee079f1be
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/steps/PaymentAmount.vue

+ 1 - 1
src/components/steps/PaymentAmount.vue

@@ -27,7 +27,7 @@
                             th Fecha de Pago
                     tbody
                         tr(v-for='line in paymentLines')
-                            td {{ line.total | currency }}
+                            td {{ line.total | currency(...selectedCurrency) }}
                             td {{ line.date }}
 </template>