Fix colspan
This commit is contained in:
parent
5ef7bee030
commit
3c903675f2
@ -473,7 +473,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$colspan=6;
|
$colspan=8;
|
||||||
if (! empty($conf->stock->enabled)) $colspan++;
|
if (! empty($conf->stock->enabled)) $colspan++;
|
||||||
|
|
||||||
print '<tr class="impair">';
|
print '<tr class="impair">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user