Add Anc_Acc_List + export_csv + finish ANC Table
This commit is contained in:
parent
5f2be33e32
commit
93ac35ea50
6 changed files with 196 additions and 57 deletions
|
|
@ -157,9 +157,14 @@ switch( $_GET['act'])
|
|||
exit();
|
||||
break;
|
||||
case 'CSV/AncTable':
|
||||
require_once('export_table_csv.php');
|
||||
require_once('export_anc_table_csv.php');
|
||||
exit();
|
||||
break;
|
||||
case 'CSV/AncAccList':
|
||||
require_once('export_anc_acc_list_csv.php');
|
||||
exit();
|
||||
break;
|
||||
|
||||
default:
|
||||
alert('Action inconnue '.$_GET['act']);
|
||||
exit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue