Merge pull request #2874 from atm-maximep/fix_table_design
FIX #2856 : Wrong table design
This commit is contained in:
commit
9cf8d6f595
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user