Fix: [ bug #368 ] Product list
This commit is contained in:
parent
6b07571f09
commit
12a3ce7746
@ -82,6 +82,7 @@ if (isset($_POST["button_removefilter_x"]))
|
|||||||
$sref="";
|
$sref="";
|
||||||
$sbarcode="";
|
$sbarcode="";
|
||||||
$snom="";
|
$snom="";
|
||||||
|
$search_categ=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($conf->categorie->enabled && GETPOST('catid'))
|
if ($conf->categorie->enabled && GETPOST('catid'))
|
||||||
@ -190,6 +191,7 @@ else
|
|||||||
|
|
||||||
$param="&sref=".$sref.($sbarcode?"&sbarcode=".$sbarcode:"")."&snom=".$snom."&sall=".$sall."&tosell=".$tosell."&tobuy=".$tobuy;
|
$param="&sref=".$sref.($sbarcode?"&sbarcode=".$sbarcode:"")."&snom=".$snom."&sall=".$sall."&tosell=".$tosell."&tobuy=".$tobuy;
|
||||||
$param.=($fourn_id?"&fourn_id=".$fourn_id:"");
|
$param.=($fourn_id?"&fourn_id=".$fourn_id:"");
|
||||||
|
$param.=($search_categ?"&search_categ=".$search_categ:"");
|
||||||
$param.=isset($type)?"&type=".$type:"";
|
$param.=isset($type)?"&type=".$type:"";
|
||||||
print_barre_liste($texte, $page, "liste.php", $param, $sortfield, $sortorder,'',$num);
|
print_barre_liste($texte, $page, "liste.php", $param, $sortfield, $sortorder,'',$num);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user