Export to CSV for ANC Table

This commit is contained in:
Dany De Bontridder 2011-05-14 16:27:27 +00:00
parent 9ca86abf6c
commit 1f51a6e637
3 changed files with 97 additions and 2 deletions

View file

@ -23,7 +23,6 @@
/*!\file
* \brief manage all the export to CSV or PDF
* act can be
* * CVS/histo
*
*/
@ -157,7 +156,10 @@ switch( $_GET['act'])
require_once('export_balance_pdf.php');
exit();
break;
case 'CSV/AncTable':
require_once('export_table_csv.php');
exit();
break;
default:
alert('Action inconnue '.$_GET['act']);
exit();