diff --git a/application/views/config_wallet_ilink_hyp/etat_soldes.php b/application/views/config_wallet_ilink_hyp/etat_soldes.php index 8117ac47..d198e9c9 100755 --- a/application/views/config_wallet_ilink_hyp/etat_soldes.php +++ b/application/views/config_wallet_ilink_hyp/etat_soldes.php @@ -5,35 +5,38 @@
ID | -=$this->lang->line('Solde Principal')?> | -=$this->lang->line('Solde Commission')?> | -=$this->lang->line('Telephone')?> | -=$this->lang->line('code membre')?> | -Agent | -
---|---|---|---|---|---|
$num | -".Money::of(round($row->balance_princ,2), $row->currency_code,$context)->formatTo('fr_FR')." | -".Money::of(round($row->balance_com,2), $row->currency_code,$context)->formatTo('fr_FR')." | -".$row->transactionNumber." | -".$row->codeMembre." | -".$row->lastname." | "; - ?> -
ID | += $this->lang->line('Solde Principal') ?> | += $this->lang->line('Solde Commission') ?> | += $this->lang->line('Telephone') ?> | += $this->lang->line('code membre') ?> | +Agent | +
---|---|---|---|---|---|
$num | +" . Money::of(round($row->balance_princ, 2), $row->currency_code, $context)->formatTo('fr_FR') . " | +" . Money::of(round($row->balance_com, 2), $row->currency_code, $context)->formatTo('fr_FR') . " | +" . $row->transactionNumber . " | +" . $row->codeMembre . " | +" . $row->lastname . " | "; + ?> +