Przeglądaj źródła

[FIX] symbol in credit

Gogs 7 lat temu
rodzic
commit
1ee079f1be
1 zmienionych plików z 1 dodań i 1 usunięć
  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>