Explorar o código

[FIX] symbol in credit

Gogs %!s(int64=7) %!d(string=hai) anos
pai
achega
1ee079f1be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>