@@ -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>