lang->line('history_canceled_credit_requests'); ?>

Erreur!

Success!

lang->line('Période') ?> Format : session->userdata('site_lang') === 'french' ? 'Jour - Mois - Année ' : 'Year - Month - Day' ?>
num_rows(); $num = 0; if ($numrows > 0) { ?> "; ?> result() as $row) { $num++; $origin = $row->agent." | ".$row->phone; $destination = $row->name_parrain." | ".$row->phone_parrain; if ($row->codeMembre == $this->session->userdata('member_code')) { $origin = $this->lang->line('Vous'); } if ($row->codeParrain == $this->session->userdata('member_code')) { $destination = $this->lang->line('Vous'); } echo " "; ?> lang->line('Aucune demande'); } } else { echo $this->lang->line('Aucune demande'); } ?>
ID " . $this->lang->line('Emetteur') . " " . $this->lang->line('receiver'). " " . $this->lang->line('Montant') . " " . $this->lang->line('Date de la demande') . " " . $this->lang->line('Date de traitement') . " " . $this->lang->line('Délai de traitement') . " " . $this->lang->line('cancellation_date') . "
".$row->demande_id." ".$origin." $destination ". $fmt->format($row->montant)." " . $row->dateAjout . " " . $row->dateModif . " " . traitementTemps($row->temps, $row->dateAjout,$this) . " " . $row->cancellation_date. "