diff --git a/htdocs/commande/list_det.php b/htdocs/commande/list_det.php index 385408663fd..651b8fffe8d 100644 --- a/htdocs/commande/list_det.php +++ b/htdocs/commande/list_det.php @@ -793,6 +793,15 @@ if ($resql) { if ($search_fk_input_reason > 0) { $param .= '&search_fk_input_reason='.urlencode($search_fk_input_reason); } + if (!empty($productobuy)) { + $param .= '&productobuy='.urlencode($productobuy); + } + if (!empty($productonly)) { + $param .= '&productonly='.urlencode($productonly); + } + if (!empty($disablelinefree)) { + $param .= '&disablelinefree='.urlencode($disablelinefree); + } // Add $param from extra fields include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';