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

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' ?>

session->userdata('currency_code') ? $this->session->userdata('currency_code') : $currency_code . ' - ' . $currency_name_fr; ?>

lang->line('currency') ?>

lang->line('export_transaction_history') ?>

ID Operation lang->line('cart_number') ?> lang->line('customer_net_amount_init') ?> lang->line('customer_net_amount_final') ?> lang->line('commission_paying_network') ?> lang->line('status_with_paying_network') ?> lang->line('final_currency') ?> lang->line('departure_country') ?> lang->line('country_of_destination') ?> lang->line('fees') ?> lang->line('tax') ?> lang->line('Commission de la banque') ?> lang->line('Commission de l\'hyperviseur') ?> lang->line('Commission du superviseur') ?> lang->line('Commission de l\'agent') ?> lang->line('agent_name') ?> lang->line('issuer_id') ?> lang->line('recipient_id')?> Date