0000609: recherche numéro de référence action_gestion

This commit is contained in:
Dany De Bontridder 2012-06-09 15:44:24 +00:00
parent 4f62674141
commit bbe3feed97
5 changed files with 18 additions and 7 deletions

View file

@ -174,7 +174,7 @@ if ( $sub_action == "list" )
Follow_Up::ShowActionList($cn,$base);
// Add a button to export to Csv
echo '<form method="GET" ACTION="export.php">';
echo HtmlInput::request_to_hidden(array("only_internal","state","gDossier","qcode","start_date","end_date","ag_id","ag_dest_query",
echo HtmlInput::request_to_hidden(array("sag_ref","only_internal","state","gDossier","qcode","start_date","end_date","ag_id","ag_dest_query",
"tdoc","see_all","all_action","query"));
echo HtmlInput::hidden("act", "CSV:ActionGestion");
echo HtmlInput::submit("follow_up_csv", "Export CSV");