FIX - Filter checkbox memory to reload page
This commit is contained in:
parent
a165489237
commit
c3a5d32b8d
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user