Fix: add return line
This commit is contained in:
parent
fe8ddda3d5
commit
07bfba0db4
@ -52,6 +52,7 @@
|
||||
foreach($object->hooks as $module) {
|
||||
$module->formCreateProductOptions($object);
|
||||
}
|
||||
echo '<br>';
|
||||
}
|
||||
|
||||
// Editor wysiwyg
|
||||
|
||||
@ -58,12 +58,13 @@
|
||||
else
|
||||
$html->select_produits('','idprod','',$conf->product->limit_size);
|
||||
|
||||
if (! $conf->global->PRODUIT_USE_SEARCH_TO_SELECT) print '<br>';
|
||||
if (! $conf->global->PRODUIT_USE_SEARCH_TO_SELECT) echo '<br>';
|
||||
|
||||
if (! empty($object->hooks)) {
|
||||
foreach($object->hooks as $module) {
|
||||
$module->formCreateProductOptions($object);
|
||||
}
|
||||
echo '<br>';
|
||||
}
|
||||
|
||||
// Editor wysiwyg
|
||||
|
||||
Loading…
Reference in New Issue
Block a user