diff --git a/htdocs/compta/paiement/list.php b/htdocs/compta/paiement/list.php index b52e4a3f554..3d38f97b687 100644 --- a/htdocs/compta/paiement/list.php +++ b/htdocs/compta/paiement/list.php @@ -293,7 +293,6 @@ print ''; print ''; print ''; print ''; -print ''; print ''; print_barre_liste($langs->trans("ReceivedCustomersPayments"), $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, 'bill', 0, '', '', $limit, 0, 0, 1); diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index 79ed3b52215..d4f91a24466 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -94,7 +94,7 @@ $offset = $limit * $page; $pageprev = $page - 1; $pagenext = $page + 1; -$search_status = GETPOST('search_status'); +$search_status = GETPOST('search_status', 'intcomma'); $diroutputmassaction = $conf->expedition->dir_output.'/sending/temp/massgeneration/'.$user->id; diff --git a/htdocs/reception/list.php b/htdocs/reception/list.php index 2d6600dcc45..8f07d1bede7 100644 --- a/htdocs/reception/list.php +++ b/htdocs/reception/list.php @@ -75,7 +75,7 @@ $pagenext = $page + 1; // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context $contextpage = 'receptionlist'; -$search_status = GETPOST('search_status'); +$search_status = GETPOST('search_status', 'intcomma'); $object = new Reception($db); diff --git a/htdocs/societe/website.php b/htdocs/societe/website.php index 7d79a429eea..3b2e6104409 100644 --- a/htdocs/societe/website.php +++ b/htdocs/societe/website.php @@ -43,8 +43,6 @@ $contextpage = GETPOST('contextpage', 'aZ') ?GETPOST('contextpage', 'aZ') : 'web $backtopage = GETPOST('backtopage', 'alpha'); // Go back to a dedicated page $optioncss = GETPOST('optioncss', 'aZ'); // Option for the css output (always '' except when 'print') -$search_status = GETPOST('search_status'); - // Security check $id = GETPOST('id', 'int') ?GETPOST('id', 'int') : GETPOST('socid', 'int'); if ($user->socid) {