Skip to content

Commit

Permalink
FIX #2856 : Wrong table design
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-maximep committed May 21, 2015
1 parent f0a1b79 commit bcb4754
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions htdocs/product/stock/massstockmove.php
Expand Up @@ -301,13 +301,7 @@
$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>';
Expand Down

0 comments on commit bcb4754

Please sign in to comment.