Merge pull request #2874 from atm-maximep/fix_table_design

FIX #2856 : Wrong table design
This commit is contained in:
Laurent Destailleur 2015-05-21 21:53:13 +02:00
commit 9cf8d6f595

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>';