From a1bc5dcc310f10616e12ec31a3f8ce1622b5b650 Mon Sep 17 00:00:00 2001 From: fmarcet Date: Wed, 16 Mar 2016 16:35:07 +0100 Subject: [PATCH] FIX: Not showing sellprice properly on product list --- htdocs/product/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index b9a2fda5147..68b4c67ad72 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -412,7 +412,7 @@ else print ''; } - $varpage=empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage; + $varpage=empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage; $selectedfields=$form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage); // This also change content of $arrayfields print '';