bug missing hidden dossier
This commit is contained in:
parent
65fa3435c7
commit
1908594456
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ if ($low_action == "list")
|
|||
}
|
||||
$nooperation = new ICheckBox('noop');
|
||||
$nooperation->selected = (isset($_GET['noop'])) ? true : false;
|
||||
echo Dossier::hidden();
|
||||
|
||||
echo _('Inclure les clients sans opération :') . $nooperation->input();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue