lang->line('Gestion des wallets') ; echo ' '.$network.' - '.$country .' :: '.$this->lang->line('commission_transfer_historic'); ?>

Erreur!

Success!

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); $context = new AutoContext(); ?>
lang->line('Période') ?> Format : session->userdata('site_lang') === 'french' ? 'Jour - Mois - Année ' : 'Year - Month - Day'?>

lang->line('export_commission_transfer_history') ?>

num_rows(); $num = 0; if ($numrows > 0) { $fmt = new NumberFormatter( 'fr_FR', NumberFormatter::DECIMAL ); ?> result() as $row) { $num++; echo ""; ?> lang->line('Aucune transaction'); } }else { echo $this->lang->line('Aucune transaction'); } ?>
ID lang->line('init_balance_princ').' ' ?> lang->line('init_balance_com') ?> lang->line('final_balance_princ') ?> lang->line('final_balance_com') ?> session->userdata('category') == 'super' ? 'Agent': $this->lang->line('Superviseur') ?> Date
$num ".Money::of(round($row->balance_princ_init,2), $row->currency_code,$context)->formatTo('fr_FR')." ".Money::of(round($row->balance_com_init,2), $row->currency_code,$context)->formatTo('fr_FR')." ".Money::of(round($row->balance_princ_final,2), $row->currency_code,$context)->formatTo('fr_FR')." ".Money::of(round($row->balance_com_final,2), $row->currency_code,$context)->formatTo('fr_FR')." ".$row->agent." ".$row->date."