fix bill plz callback transaction status

This commit is contained in:
omair saleh
2021-12-19 16:07:34 +08:00
parent e54468a501
commit 8ddbc7dbc6
@@ -363,7 +363,7 @@
<div class="font-heading all-caps fs-10">Outstanding</div>
</div>
<div class="col-auto text-right">
<div class="font-heading fs-10">{{this.data.fixed_currency.short_code}} {{(Math.round(((this.data.amount - parseFloat(amount.replace(',', '')))+ Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}</div>
<div class="font-heading fs-10">{{this.data.fixed_currency.short_code}} {{(Math.round(((this.data.outstanding_amount - parseFloat(amount.replace(',', '')))+ Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}</div>
</div>
</div>
<div class="row align-items-end m-b-10 text-success bold">