diff --git a/htdocs/variants/combinations.php b/htdocs/variants/combinations.php index c3f2b198301dc..04c9e70c44782 100644 --- a/htdocs/variants/combinations.php +++ b/htdocs/variants/combinations.php @@ -374,7 +374,7 @@ if ($action == 'add' || ($action == 'edit')) { if ($action == 'add') { $title = $langs->trans('NewProductCombination'); - //print dol_fiche_head(); + // dol_fiche_head(); $features = $_SESSION['addvariant_'.$object->id]; //First, sanitize $listofvariantselected = '
'; @@ -499,7 +499,7 @@ print ''."\n"; } - print dol_fiche_head(); + dol_fiche_head(); print '';