Fix: Missing br removed from select_produits
This commit is contained in:
parent
32ca894952
commit
bd05056616
@ -73,6 +73,7 @@ jQuery(document).ready(function() {
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$form->select_produits('','idprod','',$conf->product->limit_size,$buyer->price_level);
|
$form->select_produits('','idprod','',$conf->product->limit_size,$buyer->price_level);
|
||||||
|
print '<br>';
|
||||||
|
|
||||||
if (is_object($hookmanager))
|
if (is_object($hookmanager))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user