if (!defined('ALLOWED')) die('Appel direct ne sont pas permis'); /** * @file * @brief export currency operation in CSV see PCUR01 */ $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);