Update combinations.php
This commit is contained in:
parent
95141550fa
commit
a76e35848d
@ -374,7 +374,7 @@ if (! empty($id) || ! empty($ref))
|
|||||||
if ($action == 'add' || ($action == 'edit')) {
|
if ($action == 'add' || ($action == 'edit')) {
|
||||||
if ($action == 'add') {
|
if ($action == 'add') {
|
||||||
$title = $langs->trans('NewProductCombination');
|
$title = $langs->trans('NewProductCombination');
|
||||||
//print dol_fiche_head();
|
// dol_fiche_head();
|
||||||
$features = $_SESSION['addvariant_'.$object->id];
|
$features = $_SESSION['addvariant_'.$object->id];
|
||||||
//First, sanitize
|
//First, sanitize
|
||||||
$listofvariantselected = '<div id="parttoaddvariant">';
|
$listofvariantselected = '<div id="parttoaddvariant">';
|
||||||
@ -499,7 +499,7 @@ if (! empty($id) || ! empty($ref))
|
|||||||
print '<input type="hidden" name="valueid" value="' . $valueid .'">'."\n";
|
print '<input type="hidden" name="valueid" value="' . $valueid .'">'."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
print dol_fiche_head();
|
dol_fiche_head();
|
||||||
|
|
||||||
|
|
||||||
print '<table class="border" style="width: 100%">';
|
print '<table class="border" style="width: 100%">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user