diff --git a/application/controllers/Gestion.php b/application/controllers/Gestion.php
index 6381a220..db73a35f 100755
--- a/application/controllers/Gestion.php
+++ b/application/controllers/Gestion.php
@@ -1838,7 +1838,7 @@ class Gestion extends CI_Controller
$data['currency_name_fr'] = $networkDetails->first_row()->currency_name_fr;
$data['currency_name_en'] = $networkDetails->first_row()->currency_name_en;
- $data['currencies'] = $this->user_model->getCurrencies($data['currency_code']);
+ $data['currencies'] = $this->user_model->getWalletsCountriesCurrencies($data['currency_code']);
$this->load->view('header_gestion', $data);
$this->load->view('gestion_monnaie');
$this->load->view('footer');
@@ -1853,5 +1853,31 @@ class Gestion extends CI_Controller
}
}
+ public function fetchExchangeRates(){
+ if ($this->isLogged()) {
+
+ $api="c4e31fe540cd49c98abffc06cc5948c8"; ///// Provide your openexchangerates.org api key here
+ $string = file_get_contents("https://openexchangerates.org/api/latest.json?app_id=$api");
+ $json = json_decode($string, true);
+
+ $res= false;
+
+ foreach ($json['rates'] as $key => $value) {
+ if($this->user_model->getExchangeRate($key))
+ $this->user_model->updateExchangeRate($key , $value);
+ else
+ $this->user_model->insertExchangeRate($key , $value);
+ }
+ $res = true;
+ if ($res) {
+ echo json_encode("200");
+ } else {
+ echo json_encode("500");
+ }
+
+
+ }
+ }
+
}
diff --git a/application/controllers/Hyperviseur_dash.php b/application/controllers/Hyperviseur_dash.php
index 8cb337b0..a1ba6eba 100755
--- a/application/controllers/Hyperviseur_dash.php
+++ b/application/controllers/Hyperviseur_dash.php
@@ -321,7 +321,7 @@ class Hyperviseur_dash extends CI_Controller
$taux = $data['hasWallet']->first_row();
$data['idConfig'] = $taux->id;
- if ($data['hasWallet']->first_row()->type == 'uba'){
+ if ($data['hasWallet']->first_row()->type == 'visa'){
$data['taux_client_r'] = $taux->taux_com_client_retrait;
$data['taux_client_d'] = $taux->taux_com_client_depot;
$data['taux_ag_r'] = $taux->taux_com_ag_retrait;
@@ -424,7 +424,7 @@ class Hyperviseur_dash extends CI_Controller
$data['networks'] = $this->user_model->getActiveNetwork();
$data['agentWalletInfos'] = $this->user_model->getInfosWalletAgentForHyper($id_network);
$this->load->view('header_hyp', $data);
- if ($data['hasWallet']->first_row()->type == 'uba')
+ if ($data['hasWallet']->first_row()->type == 'visa')
$this->load->view('gestion_wallet_hyp');
elseif ($data['hasWallet']->first_row()->type == 'ilink')
$this->load->view('gestion_wallet_ilink_hyp');
@@ -627,4 +627,49 @@ class Hyperviseur_dash extends CI_Controller
}
}
+ public function calculator(){
+ if($this->isLogged()){
+ $data['active'] = "calculator";
+ $data['alert'] = "";
+ $data['firstname'] = $this->session->userdata('firstname');
+ $data['lastname'] = $this->session->userdata('lastname');
+ $data['email'] = $this->session->userdata('email');
+ $data['network'] = $this->session->userdata('network');
+ $data['villes'] = $this->user_model->getVilleByUserGeo($data['network'], $this->session->userdata('current_pays'));
+ $data['networks'] = $this->user_model->getActiveNetwork();
+ $data['superviseurs'] = $this->user_model->getSuperNameAndCodeForHyp($this->session->userdata('member_code'));
+ $data['hasWallet'] = $this->user_model->getConfigWallet($this->session->userdata('network_id'));
+ $data['idConfig'] = $data['hasWallet']->first_row()->id;
+ $data['country'] = $this->session->userdata('current_pays');
+ $data['network_id'] = $this->session->userdata('network_id');
+ $data['countries'] = $this->user_model->getWalletsCountries();
+ $data['plr_user_wallet_wallet'] = $this->user_model->getPalierConfigWallet("user_wallet_wallet" , $data['idConfig'])->result();
+ $data['plr_user_wallet_cash'] = $this->user_model->getPalierConfigWallet("user_wallet_cash" , $data['idConfig']);
+ $data['plr_agent_depot_wallet'] = $this->user_model->getPalierConfigWallet("agent_depot_wallet" , $data['idConfig']);
+ $data['plr_agent_cash_cash'] = $this->user_model->getPalierConfigWallet("agent_cash_cash" , $data['idConfig']);
+ $operations = [
+ new Operation(1,$this->lang->line('op1')),
+ new Operation(2,"Retrait d'argent")
+ ];
+ $data['operations'] = $operations;
+// if (isset($_POST)) {
+// $data['montant'] = isset($_POST['montant']) ? $_POST['montant'] : 0 ;
+// }
+ $data['montant'] = $this->input->post('montant');
+ $this->load->view('header_hyp', $data);
+ $this->load->view('calculator');
+ $this->load->view('footer');
+ }
+ }
+}
+
+class Operation {
+ public $name ;
+ public $id;
+
+ public function __construct($id , $name)
+ {
+ $this->name = $name;
+ $this->id = $id;
+ }
}
diff --git a/application/language/english/message_lang.php b/application/language/english/message_lang.php
index b26c0321..b7f039f5 100755
--- a/application/language/english/message_lang.php
+++ b/application/language/english/message_lang.php
@@ -343,5 +343,6 @@ $lang ['show_currency_rate_conversion'] = 'Show conversion rates';
$lang ['conversion_rate'] = 'Conversion rate';
$lang ['new_rate'] = 'New rate';
$lang ['save'] = 'Save';
+$lang['agent_name'] = 'Agent name';
?>
diff --git a/application/language/french/message_lang.php b/application/language/french/message_lang.php
index 0bf4cf18..4b5537a5 100755
--- a/application/language/french/message_lang.php
+++ b/application/language/french/message_lang.php
@@ -355,4 +355,16 @@ $lang['show_currency_rate_conversion'] = 'Afficher les taux de conversions';
$lang['conversion_rate'] = 'Taux de conversion';
$lang['new_rate'] = 'Nouveau taux';
$lang['save'] = 'Enregistrer';
+$lang['update_rate'] = 'Mettre à jour les taux';
+$lang['rates_update'] = 'Taux de conversion mis à jour';
+$lang['calculator'] = 'Calculatrice';
+$lang['calculate'] = 'Calculer';
+$lang['no_country'] = 'Aucun pays';
+$lang['departure_country'] = 'Pays de départ';
+$lang['country_of_destination'] = 'Pays de destination';
+$lang['amount_departure_country'] = 'Montant du pays de départ';
+$lang['amount_country_of_destination'] = 'Montant du pays de destination';
+$lang['no_operation'] = 'Aucune opération';
+$lang['agent_name'] = 'Nom de l\'agent';
+$lang['op1'] = 'Envoi de wallet à wallet';
?>
diff --git a/application/models/User_model.php b/application/models/User_model.php
index ca479eca..8d3a0ed9 100755
--- a/application/models/User_model.php
+++ b/application/models/User_model.php
@@ -2159,7 +2159,7 @@ class User_model extends CI_Model
// Mot de passe du wallet
public function getAllActivatedWalletNetworks(){
- $query = $this->db->query("SELECT n.id AS id_network , n.name AS network,n.status AS status,c.name AS country,c.currency_name_fr,c.currency_code, wp.id AS wallet_password FROM networks n
+ $query = $this->db->query("SELECT n.id AS id_network , n.name AS network,n.status AS status,c.name AS country,c.currency_name_fr, c.currency_name_en , c.currency_code, wp.id AS wallet_password FROM networks n
INNER JOIN countries_currencies c ON n.country_id=c.id INNER JOIN configWallet cw ON cw.id_network = n.id
LEFT JOIN walletsPassword wp ON wp.network_id = n.id WHERE status = 1;");
if($query->num_rows()>0){
@@ -2268,10 +2268,11 @@ class User_model extends CI_Model
return $query;
}
+ // La liste des monnaies pour les pays actifs
public function getCurrencies($code){
$sql= "SELECT * FROM currencies WHERE id IN(
SELECT idCurrency FROM countries WHERE id IN (
- SELECT country_id FROM networks WHERE status = 1
+ SELECT distinct country_id FROM networks WHERE status = 1
)
) AND code <> ? ;";
$query = $this->db->query($sql, array($code));
@@ -2282,5 +2283,54 @@ class User_model extends CI_Model
}
}
+ //Liste des monnaies pour les pays dont un wallet est actif
+ public function getWalletsCountriesCurrencies($code){
+ $sql= "SELECT * FROM currencies WHERE id IN(
+ SELECT idCurrency FROM countries WHERE id IN (
+ SELECT distinct c.id FROM networks n INNER JOIN countries_currencies c ON n.country_id=c.id INNER JOIN configWallet cw ON cw.id_network = n.id WHERE status = 1
+ )
+ ) AND code <> ? ;";
+ $query = $this->db->query($sql, array($code));
+ if($query->num_rows()>0){
+ return $query;
+ }else{
+ return false;
+ }
+ }
+
+ public function insertExchangeRate($currency ,$rate){
+ $sql = "INSERT INTO `exchange_rate` (`target_currency`, `exchange_rate`) VALUES ( ?, ?);";
+ $query = $this->db->query($sql , array($currency,$rate));
+ return $query;
+ }
+
+ public function getExchangeRate($currency){
+ $sql = "SELECT * FROM `exchange_rate` WHERE `target_currency` = ?;";
+ $query = $this->db->query($sql , array($currency));
+ if($query->num_rows()>0){
+ return $query;
+ }else{
+ return false;
+ }
+ }
+
+ public function updateExchangeRate($currency,$rate){
+ $sql = "UPDATE `exchange_rate` SET `exchange_rate` = ? WHERE (`target_currency` = ?);";
+ $query = $this->db->query($sql , array($currency,$rate));
+ return $query;
+ }
+
+ //Liste des pays dont un wallet est actif
+ public function getWalletsCountries(){
+ $sql= "SELECT id , name , currency_code FROM countries_currencies WHERE id IN (
+ SELECT distinct c.id FROM networks n INNER JOIN countries_currencies c ON n.country_id=c.id INNER JOIN configWallet cw ON cw.id_network = n.id WHERE status = 1
+ );";
+ $query = $this->db->query($sql);
+ if($query->num_rows()>0){
+ return $query;
+ }else{
+ return false;
+ }
+ }
}
diff --git a/application/views/calculator.php b/application/views/calculator.php
new file mode 100755
index 00000000..e1b48f09
--- /dev/null
+++ b/application/views/calculator.php
@@ -0,0 +1,297 @@
+
+
+
+first_row();
+if(isset($save))
+{
+ $showResult = true;
+ switch($operation) {
+ case 1: //Envoi wallet à wallet
+ $frais = ($init_country != $final_country) ? calculateFees1($plr_user_wallet_wallet, $montant) : calculateFees2($config->taux_com_user_wallet_wallet_min , $config->taux_com_user_wallet_wallet_max, $config->taux_com_user_wallet_wallet, $montant);
+ break;
+ case '-':
+ $res=$fn-$sn;
+ break;
+ }
+}
+
+function calculateFees1(array $paliers , $montant){
+ $size = sizeof($paliers);
+ $min = $paliers[0]->min ;
+ $max= $size > 0 ? $paliers[$size-1]->max : 0;
+ $palier = null;
+ foreach ($paliers as $p){
+ if($montant >= $p->min && $montant <= $p->max){
+ $palier = $p;
+ break;
+ }
+ }
+
+ if($palier){
+ return (($palier->min * $palier->taux /100 ) + ($palier->max * $palier->taux /100 ))/2;
+ }else{
+ if($montant < $min)
+ return $min* $paliers[0]->taux /100;
+ else if ($montant > $max)
+ return $max* $paliers[$size-1]->taux /100;
+ }
+}
+
+function calculateFees2($min , $max , $taux , $montant){
+ if($montant < $min)
+ return $min* $taux /100;
+ else if ($montant > $max)
+ return $max*$taux /100;
+ else
+ return $montant * $taux /100;
+}
+
+// set to whatever your rates are relative to
+$baseCurrency = 'USD';
+
+// use your own credentials, or re-use your existing PDO connection
+$pdo = new PDO('mysql:host='.$this->db->hostname.';dbname='.$this->db->database, $this->db->username, $this->db->password);
+
+$configuration = new PDOProviderConfiguration();
+
+$configuration->tableName = 'exchange_rate';
+$configuration->exchangeRateColumnName = 'exchange_rate';
+$configuration->targetCurrencyColumnName = 'target_currency';
+$configuration->sourceCurrencyCode = $baseCurrency;
+
+// this provider loads exchange rates from your database
+$provider = new PDOProvider($pdo, $configuration);
+
+// this provider calculates exchange rates relative to the base currency
+$provider = new BaseCurrencyProvider($provider, $baseCurrency);
+
+// this currency converter can now handle any currency pair
+$converter = new CurrencyConverter($provider);
+
+//$money = Money::of('1', 'USD');
+//$mone2 = $converter->convert($money, 'XAF', RoundingMode::DOWN);
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/application/views/codeg.php b/application/views/codeg.php
index f2b4f458..b6f8a549 100755
--- a/application/views/codeg.php
+++ b/application/views/codeg.php
@@ -64,7 +64,7 @@
-
+
lang->line('Demandes'); ?> lang->line('entrantes'); ?>
-
+
lang->line('Demandes'); ?> lang->line('Sortantes'); ?>
-
+
lang->line('Demandes'); ?> lang->line('entrantes'); ?> lang->line('les plus rapidement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('Sortantes'); ?> lang->line('les plus rapidement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('entrantes'); ?> lang->line('les plus tardivement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('Sortantes'); ?> lang->line('les plus tardivement traitées'); ?>
-
+
lang->line('Demandes'); ?>
-
+
lang->line('Demandes'); ?> lang->line('les plus rapidement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('les plus tardivement traitées'); ?>
-
+
lang->line('Demandes'); ?>
-
+
lang->line('Demandes'); ?> lang->line('les plus rapidement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('les plus tardivement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('entrantes'); ?>
-
+
lang->line('Demandes'); ?> lang->line('Sortantes'); ?>
-
+
lang->line('Demandes'); ?> lang->line('entrantes'); ?> lang->line('les plus rapidement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('Sortantes'); ?> lang->line('les plus rapidement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('entrantes'); ?> lang->line('les plus tardivement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('Sortantes'); ?> lang->line('les plus tardivement traitées'); ?>
-
+
lang->line('Demandes'); ?>
-
+
lang->line('Demandes'); ?> lang->line('les plus rapidement traitées'); ?>
-
+
lang->line('Demandes'); ?> lang->line('les plus tardivement traitées'); ?>
-
+
lang->line('Activer/Désactiver'); ?>
-
+
-
+
">
-
-
-
-
-
-
- session->userdata('category')==0){
- ?>
-
- ";
- } ?>
-
-
-
-
- num_rows();
- $num = 0;
- if ($numrows > 0) {
- ?>
-
-
-
- N° |
- lang->line('Nom'); ?> |
- lang->line('Prénom'); ?> |
- lang->line('Contact'); ?> |
- lang->line('Email'); ?> |
- lang->line('Adresse'); ?> |
- lang->line('Pays'); ?> |
- lang->line('Catégorie'); ?> |
- lang->line('Statut'); ?> |
- session->userdata('category')==0){
- ?>
- lang->line('Modifier'); ?> |
- lang->line('Supprimer'); ?> |
-
-
-
-
- result() as $row) {
- $num ++;
- $category = $this->lang->line('Administrateur');
- $statut = $this->lang->line('Non confirmé');
- if($row->category==0){
- $category = "Super Admin";
- }
- if($row->salt!=''){
- $statut = $this->lang->line("Confirmé");
- }
-
- echo "
- $num |
- $row->lastname |
- $row->firstname |
- $row->phone |
- $row->email |
- $row->adresse |
- $row->country | ";
- if($row->email==$this->session->userdata('email')){
- echo " | ";
- }else{
- echo "$category | ";
- }
- echo "$statut | ";
- if($this->session->userdata('category')==0){
- echo "
-
- | ";
-
- }
- if ($row->category!=0){
- echo "
-
- | ";
- }
- echo "
";
- }
- ?>
-
-
- lang->line("Aucun utilisateur trouvé");
- }
- }else {
- echo $this->lang->line("Aucun utilisateur trouvé");
- }
- ?>
-
-
-
- session->userdata('category')==0) {
- ?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+ session->userdata('category')==0){
+ ?>
+
+ ";
+ } ?>
+
+
+
+
+ num_rows();
+ $num = 0;
+ if ($numrows > 0) {
+ ?>
+
+
+
+ N° |
+ lang->line('Nom'); ?> |
+ lang->line('Prénom'); ?> |
+ lang->line('Contact'); ?> |
+ lang->line('Email'); ?> |
+ lang->line('Adresse'); ?> |
+ lang->line('Pays'); ?> |
+ lang->line('Catégorie'); ?> |
+ lang->line('Statut'); ?> |
+ session->userdata('category')==0){
+ ?>
+ lang->line('Modifier'); ?> |
+ lang->line('Supprimer'); ?> |
+
+
+
+
+ result() as $row) {
+ $num ++;
+ $category = $this->lang->line('Administrateur');
+ $statut = $this->lang->line('Non confirmé');
+ if($row->category==0){
+ $category = "Super Admin";
+ }
+ if($row->salt!=''){
+ $statut = $this->lang->line("Confirmé");
+ }
+
+ echo "
+ $num |
+ $row->lastname |
+ $row->firstname |
+ $row->phone |
+ $row->email |
+ $row->adresse |
+ $row->country | ";
+ if($row->email==$this->session->userdata('email')){
+ echo " | ";
+ }else{
+ echo "$category | ";
+ }
+ echo "$statut | ";
+ if($this->session->userdata('category')==0){
+ echo "
+
+ | ";
+
+ }
+ if ($row->category!=0){
+ echo "
+
+ | ";
+ }
+ echo "
";
+ }
+ ?>
+
+
+ lang->line("Aucun utilisateur trouvé");
+ }
+ }else {
+ echo $this->lang->line("Aucun utilisateur trouvé");
+ }
+ ?>
+
+
+
+ session->userdata('category')==0) {
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/application/views/gestion_monnaie.php b/application/views/gestion_monnaie.php
index 3f11e10f..5d1a8fc7 100755
--- a/application/views/gestion_monnaie.php
+++ b/application/views/gestion_monnaie.php
@@ -4,12 +4,10 @@
-
-
-
+
+db->hostname.';dbname='.$this->db->database, $this->db->username, $this->db->password);
+
+$configuration = new PDOProviderConfiguration();
+
+$configuration->tableName = 'exchange_rate';
+$configuration->exchangeRateColumnName = 'exchange_rate';
+$configuration->targetCurrencyColumnName = 'target_currency';
+$configuration->sourceCurrencyCode = $baseCurrency;
+
+// this provider loads exchange rates from your database
+$provider = new PDOProvider($pdo, $configuration);
+
+// this provider calculates exchange rates relative to the base currency
+$provider = new BaseCurrencyProvider($provider, $baseCurrency);
+
+// this currency converter can now handle any currency pair
+$converter = new CurrencyConverter($provider);
+
+//$money = Money::of('1', 'USD');
+//$mone2 = $converter->convert($money, 'XAF', RoundingMode::DOWN);
+
+?>
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ lang->line('currency') ; ?> |
+ lang->line('rate') ; ?> (%) |
+
+
+
+ result() as $row) {
+ $name = $this->session->userdata('site_lang') === 'french' ? $row->name_fr : $row->name_en;
+ echo "
+ ".$row->code.' - '.$name." |
+ ".round($provider->getExchangeRate($currency_code ,$row->code)->toFloat(),3)." | ".'
+
';
+ }
+ }
+ ?>
+
+
+
+
-
-
-
- lang->line('currency') ; ?> |
- lang->line('rate') ; ?> (%) |
- Actions |
-
-
-
-result() as $row) {
-// echo "
-// ".$row->min." |
-// ".$row->max." |
-// ".$row->taux." | ".'
-//
-//
-//
-//
-// |
-//
';
-// }
-// }
-// ?>
-
-
-
+
+
+
+
@@ -195,11 +225,17 @@
-
-
+
+
+
+
-
diff --git a/application/views/gestion_monnaies.php b/application/views/gestion_monnaies.php
index e0b67307..8cc9a414 100755
--- a/application/views/gestion_monnaies.php
+++ b/application/views/gestion_monnaies.php
@@ -44,7 +44,7 @@
-
+
-
currency_name_fr; ?> |
+
session->userdata('site_lang') === 'french' ? $row->currency_name_fr : $row->currency_name_en ?> |
currency_code; ?> |
">
-
-
-
-
-
-
-
-
-
-
-
-
- num_rows();
- $num = 0;
- if ($numrows > 0) {
- ?>
-
-
- lang->line('Aucun réseau');
- }
- }else {
- echo $this->lang->line('Aucun réseau');
- }
- ?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+ num_rows();
+ $num = 0;
+ if ($numrows > 0) {
+ ?>
+
+
+ lang->line('Aucun réseau');
+ }
+ }else {
+ echo $this->lang->line('Aucun réseau');
+ }
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/application/views/gestion_publicite.php b/application/views/gestion_publicite.php
index 2a8bfe3f..52d2ad94 100755
--- a/application/views/gestion_publicite.php
+++ b/application/views/gestion_publicite.php
@@ -40,7 +40,7 @@
-
+
diff --git a/application/views/gestion_villes.php b/application/views/gestion_villes.php
index b4210ca9..b20220fe 100755
--- a/application/views/gestion_villes.php
+++ b/application/views/gestion_villes.php
@@ -1,369 +1,369 @@
-
-
-
-
-
-
-
-
-
-
-
-
- num_rows();
- $num = 0;
- if ($numrows > 0) {
- ?>
-
-
- lang->line('Aucune ville');
- }
- }else {
- echo $this->lang->line('Aucune ville');
- }
- ?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+ num_rows();
+ $num = 0;
+ if ($numrows > 0) {
+ ?>
+
+
+ lang->line('Aucune ville');
+ }
+ }else {
+ echo $this->lang->line('Aucune ville');
+ }
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/application/views/gestion_wallet.php b/application/views/gestion_wallet.php
index 38f96a06..7b138e9f 100755
--- a/application/views/gestion_wallet.php
+++ b/application/views/gestion_wallet.php
@@ -329,7 +329,7 @@ if ($transactions != false) {
-
+
diff --git a/application/views/gestion_wallet_hyp.php b/application/views/gestion_wallet_hyp.php
index a58f82d1..1316fabc 100755
--- a/application/views/gestion_wallet_hyp.php
+++ b/application/views/gestion_wallet_hyp.php
@@ -375,7 +375,7 @@
-
+
diff --git a/application/views/gestion_wallet_ilink.php b/application/views/gestion_wallet_ilink.php
index ca1cf33c..51e23f82 100755
--- a/application/views/gestion_wallet_ilink.php
+++ b/application/views/gestion_wallet_ilink.php
@@ -435,7 +435,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
lang->line('rate_com_user_wallet_wallet_international'); ?>
-
+
@@ -464,7 +464,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
lang->line('rate_com_user_wallet_wallet_national'); ?>
-
+
@@ -493,7 +493,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
lang->line('rate_com_user_wallet_cash_international'); ?>
-
+
@@ -522,7 +522,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
lang->line('rate_com_user_wallet_cash_national'); ?>
-
+
@@ -551,7 +551,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
lang->line('rate_com_agent_depot_wallet_international'); ?>
-
+
@@ -580,7 +580,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
lang->line('rate_com_agent_depot_wallet_national'); ?>
-
+
@@ -609,7 +609,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
lang->line('rate_com_agent_cash_cash_international'); ?>
-
+
@@ -638,7 +638,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
lang->line('rate_com_agent_cash_cash_national'); ?>
-
+
@@ -700,7 +700,7 @@ $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL );
-
+
diff --git a/application/views/gestion_wallet_ilink_hyp.php b/application/views/gestion_wallet_ilink_hyp.php
index b40850bb..e6223750 100755
--- a/application/views/gestion_wallet_ilink_hyp.php
+++ b/application/views/gestion_wallet_ilink_hyp.php
@@ -568,7 +568,7 @@
lang->line('rate_com_user_wallet_wallet_international'); ?>
-
+
@@ -597,7 +597,7 @@
lang->line('rate_com_user_wallet_wallet_national'); ?>
-
+
@@ -626,7 +626,7 @@
lang->line('rate_com_user_wallet_cash_international'); ?>
-
+
@@ -655,7 +655,7 @@
lang->line('rate_com_user_wallet_cash_national'); ?>
-
+
@@ -684,7 +684,7 @@
lang->line('rate_com_agent_depot_wallet_international'); ?>
-
+
@@ -713,7 +713,7 @@
lang->line('rate_com_agent_depot_wallet_national'); ?>
-
+
@@ -742,7 +742,7 @@
lang->line('rate_com_agent_cash_cash_international'); ?>
-
+
@@ -771,7 +771,7 @@
lang->line('rate_com_agent_cash_cash_national'); ?>
-