task #952 Transforme une action en facture
Et correction d'un bug dans la recherche Task #952 - Transform une action en facture
This commit is contained in:
parent
bb84217b92
commit
b7c10f649c
8 changed files with 95 additions and 30 deletions
|
|
@ -227,7 +227,7 @@ if ($sub_action == "list")
|
|||
// Add a button to export to Csv
|
||||
echo '<form method="GET" style="display:inline;" ACTION="export.php">';
|
||||
echo HtmlInput::request_to_hidden(array("closed_action","remind_date_end","remind_date","sag_ref", "remind_date","only_internal", "state", "gDossier", "qcode", "start_date", "end_date", "ag_id", "ag_dest_query",
|
||||
"tdoc", "query","date_start","date_end","hsstate","searchtag"));
|
||||
"tdoc", "action_query","date_start","date_end","hsstate","searchtag"));
|
||||
echo HtmlInput::hidden("act", "CSV:ActionGestion");
|
||||
echo HtmlInput::submit("follow_up_csv", "Export CSV",'','smallbutton');
|
||||
echo "</form>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue