Browse Source

[FIX] symbol in credit

Gogs 7 năm trước cách đây
mục cha
commit
1ee079f1be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>