FIX: Not showing sellprice properly on product list

This commit is contained in:
fmarcet 2016-03-16 16:35:07 +01:00
parent ad942afbf1
commit a1bc5dcc31

View File

@ -412,7 +412,7 @@ else
print '</div>';
}
$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 '<table class="liste '.($moreforfilter?"listwithfilterbefore":"").'">';