add export CSV to ANC grand livre
This commit is contained in:
parent
30f962432d
commit
dfe59ee4e7
6 changed files with 183 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue