FIX #2856 : Wrong table design
This commit is contained in:
parent
f0a1b7984f
commit
bcb4754585
@ -301,13 +301,7 @@ foreach($listofdata as $key => $val)
|
|||||||
$warehousestatict->fetch($val['id_tw']);
|
$warehousestatict->fetch($val['id_tw']);
|
||||||
|
|
||||||
print '<tr '.$bc[$var].'>';
|
print '<tr '.$bc[$var].'>';
|
||||||
print '<td>'.$productstatic->getNomUrl(1).'</td>';
|
print '<td>'.$productstatic->getNomUrl(1).' - ' . $productstatic->label . '</td>';
|
||||||
print '<td>';
|
|
||||||
$oldref=$productstatic->ref;
|
|
||||||
$productstatic->ref=$productstatic->label;
|
|
||||||
print $productstatic->getNomUrl(1);
|
|
||||||
$productstatic->ref=$oldref;
|
|
||||||
print '</td>';
|
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print $warehousestatics->getNomUrl(1);
|
print $warehousestatics->getNomUrl(1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user