show currency supplier info for transaction

This commit is contained in:
omair saleh
2021-11-29 12:33:46 +08:00
parent 98462b56f8
commit aab7f9d462
@@ -16,7 +16,7 @@
{{ item.type === 3 ? item.original_currency.short_code : item.currency.short_code}} {{(Math.round((item.type === 3 ? item.original_amount : item.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
</div>
</div>
<div class="col-auto" v-if="$store.isAdmin">
<div class="col-auto" v-if="$store.getters.isAdmin && item.type === 3">
<div class="font-heading fs-8 muted all-caps">Supplier</div>
<div class="font-heading fs-10 bold">
{{item.issuer_name}}