diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index dc291eb0fdc..70a37a4bba6 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.php
@@ -766,17 +766,37 @@ if (empty($reshook))
{
print "
';
}
diff --git a/htdocs/variants/combinations.php b/htdocs/variants/combinations.php
index f5c0d813995..848e5ee70fe 100644
--- a/htdocs/variants/combinations.php
+++ b/htdocs/variants/combinations.php
@@ -326,7 +326,7 @@ if (! empty($id) || ! empty($ref))
if ($action == 'add') {
$title = $langs->trans('NewProductCombination');
- print dol_fiche_head();
+ //print dol_fiche_head();
$features = $_SESSION['addvariant_'.$object->id];
//First, sanitize
print '';
@@ -347,7 +347,8 @@ if (! empty($id) || ! empty($ref))
}
}
print '
';
- print dol_fiche_end();
+ print '
';
+ //print dol_fiche_end();
} else {
$title = $langs->trans('EditProductCombination');
}
@@ -633,12 +634,14 @@ if (! empty($id) || ! empty($ref))
print '