From 6c3780415309d5394093f9a0064f95de49b68eba Mon Sep 17 00:00:00 2001 From: Djery-Tom Date: Mon, 21 Dec 2020 17:59:24 +0100 Subject: [PATCH] + Fix bug when deleting wallet transaction v2.1 --- application/views/gestion_wallet_sup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/gestion_wallet_sup.php b/application/views/gestion_wallet_sup.php index 31a9e5c5..5e10dc14 100755 --- a/application/views/gestion_wallet_sup.php +++ b/application/views/gestion_wallet_sup.php @@ -176,7 +176,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
-

format($principal); ?>FCFA

+

lang->line('Solde Principal') ?>

@@ -188,7 +188,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
-

format($commission); ?>FCFA

+

lang->line('Solde Commission') ?>