diff --git a/include/customer.inc.php b/include/customer.inc.php index 9b8c54eb4..35ac835c6 100644 --- a/include/customer.inc.php +++ b/include/customer.inc.php @@ -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(); ?>