bug missing hidden dossier

This commit is contained in:
Dany De Bontridder 2015-07-02 20:23:18 +02:00
parent 65fa3435c7
commit 1908594456

View file

@ -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();
?>