FIX #2856 : Wrong table design

This commit is contained in:
maxime peyrot 2015-05-21 17:40:36 +02:00
parent f0a1b7984f
commit bcb4754585

View File

@ -301,13 +301,7 @@ foreach($listofdata as $key => $val)
$warehousestatict->fetch($val['id_tw']);
print '<tr '.$bc[$var].'>';
print '<td>'.$productstatic->getNomUrl(1).'</td>';
print '<td>';
$oldref=$productstatic->ref;
$productstatic->ref=$productstatic->label;
print $productstatic->getNomUrl(1);
$productstatic->ref=$oldref;
print '</td>';
print '<td>'.$productstatic->getNomUrl(1).' - ' . $productstatic->label . '</td>';
print '<td>';
print $warehousestatics->getNomUrl(1);
print '</td>';