Fix colspan

This commit is contained in:
Laurent Destailleur 2018-02-28 15:29:52 +01:00
parent d25270a6f4
commit 0e7a250060

View File

@ -473,7 +473,7 @@ if ($id > 0 || ! empty($ref))
}
else
{
$colspan=6;
$colspan=8;
if (! empty($conf->stock->enabled)) $colspan++;
print '<tr class="impair">';