From bd05056616f54307b405f3d8783ba2055b3f1917 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Aug 2012 22:25:58 +0200 Subject: [PATCH] Fix: Missing br removed from select_produits --- htdocs/core/tpl/predefinedproductline_create.tpl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/tpl/predefinedproductline_create.tpl.php b/htdocs/core/tpl/predefinedproductline_create.tpl.php index 35ca0e16cf3..206e1e9c70e 100644 --- a/htdocs/core/tpl/predefinedproductline_create.tpl.php +++ b/htdocs/core/tpl/predefinedproductline_create.tpl.php @@ -73,6 +73,7 @@ jQuery(document).ready(function() { select_produits('','idprod','',$conf->product->limit_size,$buyer->price_level); + print '
'; if (is_object($hookmanager)) {