From 3c903675f2b3caa30aabdd921a59492f87790527 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 317e142ab46..3dc10ec8f32 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 '';