0000602: Export des actions de gestion en CSV
This commit is contained in:
parent
95093be6f8
commit
e5a36a0c3e
6 changed files with 170 additions and 42 deletions
|
|
@ -161,6 +161,9 @@ if ( $action=='X' || ! isset($_GET['act']) || $g_user->check_print($_GET['act'])
|
|||
case 'CSV:reportinit':
|
||||
require_once('export_reportinit_csv.php');
|
||||
break;
|
||||
case 'CSV:ActionGestion':
|
||||
require_once 'export_follow_up_csv.php';
|
||||
break;
|
||||
default:
|
||||
alert('Action inconnue '.$_GET['act']);
|
||||
exit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue