Fix: [ bug #368 ] Product list

This commit is contained in:
simnandez 2012-04-19 19:10:21 +02:00
parent 6b07571f09
commit 12a3ce7746

View File

@ -82,6 +82,7 @@ if (isset($_POST["button_removefilter_x"]))
$sref="";
$sbarcode="";
$snom="";
$search_categ=0;
}
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.=($fourn_id?"&fourn_id=".$fourn_id:"");
$param.=($search_categ?"&search_categ=".$search_categ:"");
$param.=isset($type)?"&type=".$type:"";
print_barre_liste($texte, $page, "liste.php", $param, $sortfield, $sortorder,'',$num);