diff --git a/htdocs/product/composition/fiche.php b/htdocs/product/composition/fiche.php
index b16e94d669c..cd2b62489b3 100644
--- a/htdocs/product/composition/fiche.php
+++ b/htdocs/product/composition/fiche.php
@@ -346,10 +346,14 @@ if ($id || $ref)
print '
';
+ $rowspan=1;
+ if ($conf->categorie->enabled) $rowspan++;
+
print_fiche_titre($langs->trans("ProductToAddSearch"),'','');
print '
| '.$langs->trans("Ref").' | '; - print ''.$langs->trans("Label").' | '; - print ''.$langs->trans("AddDel").' | '; - print ''.$langs->trans("Quantity").' | '; + print ''.$langs->trans("Ref").''; + print ' | '.$langs->trans("Label").''; + print ' | '.$langs->trans("AddDel").''; + print ' | '.$langs->trans("Quantity").''; print ' |
|---|