Fix: change rowspan with fk_availability

This commit is contained in:
Regis Houssin 2011-04-07 13:53:04 +00:00
parent 5bb059fe9c
commit 08abb5a441

View File

@ -1112,7 +1112,7 @@ if ($id > 0 || ! empty($ref))
print '</td>';
print '</tr>';
$rowspan=9;
$rowspan=10;
// Company
print '<tr><td>'.$langs->trans('Company').'</td><td colspan="5">'.$soc->getNomUrl(1).'</td>';