소스 검색

[FIX] symbol in credit

Gogs 7 년 전
부모
커밋
1ee079f1be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>