Task #0001961: Devise : faciliter les calculs d'écarts de conversion
This commit is contained in:
parent
fe8f13b1bc
commit
099d90df95
12 changed files with 1006 additions and 115 deletions
|
|
@ -24,7 +24,11 @@ if (!defined('ALLOWED'))
|
|||
|
||||
/**
|
||||
* @file
|
||||
* @brief export currency in CSV
|
||||
* @brief export currency operation in CSV see PCUR01
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/class/print_operation_currency.class.php';
|
||||
?>
|
||||
$http=new HttpInput();
|
||||
$export=new Noalyss_Csv(_('devise_export'));
|
||||
$export->send_header();
|
||||
$print_operation_currency=Print_Operation_Currency::build($http->get("search_type"));
|
||||
$print_operation_currency->export_csv($export);
|
||||
Loading…
Add table
Add a link
Reference in a new issue