+ Fix bug when deleting wallet transaction v2.1
This commit is contained in:
parent
006f3111a0
commit
6c37804153
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue