From 0e7a250060660e707949745d57e06a1454207403 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Feb 2018 15:29:52 +0100 Subject: [PATCH] Fix colspan --- htdocs/product/composition/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php index a6cc3427243..8a62533a370 100644 --- a/htdocs/product/composition/card.php +++ b/htdocs/product/composition/card.php @@ -473,7 +473,7 @@ if ($id > 0 || ! empty($ref)) } else { - $colspan=6; + $colspan=8; if (! empty($conf->stock->enabled)) $colspan++; print '';