add export CSV to ANC grand livre

This commit is contained in:
Dany De Bontridder 2011-11-17 14:20:15 +00:00
parent 30f962432d
commit dfe59ee4e7
6 changed files with 183 additions and 2 deletions

View file

@ -39,7 +39,7 @@ $act=$user->check_dossier($gDossier);
if ( $act=='X' || ! isset($_GET['act']) || $user->check_print($_GET['act'])==0 )
{
echo alert('Accès interdit');
redirect("do.php?".dossier::get());
redirect("do.php?".dossier::get());
exit();
}
@ -156,6 +156,9 @@ if ( $act=='X' || ! isset($_GET['act']) || $user->check_print($_GET['act'])==0 )
require_once 'export_bilan_oth.php';
exit();
break;
case 'CSV:AncGrandLivre':
require_once 'export_anc_grandlivre_csv.php';
break;
default:
alert('Action inconnue '.$_GET['act']);
exit();