Forráskód Böngészése

[FIX] symbol in credit

Gogs 7 éve
szülő
commit
1ee079f1be
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>