Skip to content

Commit

Permalink
Update combinations.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Dec 12, 2019
1 parent 9514155 commit a76e358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/variants/combinations.php
Expand Up @@ -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 = '<div id="parttoaddvariant">';
Expand Down Expand Up @@ -499,7 +499,7 @@
print '<input type="hidden" name="valueid" value="' . $valueid .'">'."\n";
}

print dol_fiche_head();
dol_fiche_head();


print '<table class="border" style="width: 100%">';
Expand Down

0 comments on commit a76e358

Please sign in to comment.