+ Fix bug when deleting wallet transaction v2.1

This commit is contained in:
Djery-Tom 2020-12-21 17:59:24 +01:00
parent 006f3111a0
commit 6c37804153
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
<div class="col-lg-4 col-xs-6">
<div class="small-box bg-aqua">
<div class="inner">
<h3><?php echo $fmt->format($principal); ?><sup style="font-size: 20px">FCFA</sup></h3>
<h3><?php echo $principal ?></h3>
<p><?php echo $this->lang->line('Solde Principal') ?></p>
</div>
<div class="icon">
@ -188,7 +188,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
<div class="col-lg-4 col-xs-6">
<div class="small-box bg-green">
<div class="inner">
<h3><?php echo $fmt->format($commission); ?><sup style="font-size: 20px">FCFA</sup></h3>
<h3><?php echo $commission ?></h3>
<p><?php echo $this->lang->line('Solde Commission') ?></p>
</div>
<div class="icon">