diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index 29823d81ca7..7f93c77878f 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -233,7 +233,7 @@ if ($resql) { dol_fiche_head($head, 'replenish', $langs->trans('Replenishment'), 0, 'stock'); if ($sref || $snom || $sall || GETPOST('search', 'alpha')) { $filters = '&sref=' . $sref . '&snom=' . $snom; - $filters .= '&sall=' . $sall; + $filters .= '&sall=' . $sall . '&salert=' . $salert; print_barre_liste($texte, $page, 'replenish.php', @@ -244,7 +244,7 @@ if ($resql) { $num ); } else { - $filters = '&sref=' . $sref . '&snom=' . $snom; + $filters = '&sref=' . $sref . '&snom=' . $snom . '&salert=' . $salert; $filters .= '&fourn_id=' . $fourn_id; $filters .= (isset($type)?'&type=' . $type:''); print_barre_liste($texte, @@ -268,7 +268,7 @@ if ($resql) { ''; $param = (isset($type)? '&type=' . $type : ''); - $param .= '&fourn_id=' . $fourn_id . '&snom='. $snom; + $param .= '&fourn_id=' . $fourn_id . '&snom='. $snom . '&salert=' . $salert; $param .= '&sref=' . $sref; // Lignes des titres