diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index d827682cc24..edf05964e77 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -837,14 +837,15 @@ class Form
/**
- * \brief Return list of products for customer in Ajax if Ajax activated or go to select_produits_do
- * \param selected Preselected products
- * \param htmlname Name of HTML seletc field (must be unique in page)
- * \param filtertype Filter on product type (''=nofilter, 0=product, 1=service)
- * \param limit Limit on number of returned lines
- * \param price_level Level of price to show
- * \param status -1=Return all products, 0=Products not on sell, 1=Products on sell
- * \param finished 2=all, 1=finished, 0=raw material
+ * Return list of products for customer in Ajax if Ajax activated or go to select_produits_do
+ *
+ * @param selected Preselected products
+ * @param htmlname Name of HTML seletc field (must be unique in page)
+ * @param filtertype Filter on product type (''=nofilter, 0=product, 1=service)
+ * @param limit Limit on number of returned lines
+ * @param price_level Level of price to show
+ * @param status -1=Return all products, 0=Products not on sell, 1=Products on sell
+ * @param finished 2=all, 1=finished, 0=raw material
*/
function select_produits($selected='',$htmlname='productid',$filtertype='',$limit=20,$price_level=0,$status=1,$finished=2)
{
@@ -864,17 +865,18 @@ class Form
}
/**
- * \brief Return list of products for a customer
- * \param selected Preselected product
- * \param htmlname Name of select html
- * \param filtertype Filter on product type (''=nofilter, 0=product, 1=service)
- * \param limit Limite sur le nombre de lignes retournees
- * \param price_level Level of price to show
- * \param filterkey Filter on product
- * \param status -1=Return all products, 0=Products not on sell, 1=Products on sell
- * \param finished Filter on finished field: 2=No filter
- * \param disableout Disable print output
- * \return array Array of keys for json
+ * Return list of products for a customer
+ *
+ * @param selected Preselected product
+ * @param htmlname Name of select html
+ * @param filtertype Filter on product type (''=nofilter, 0=product, 1=service)
+ * @param limit Limite sur le nombre de lignes retournees
+ * @param price_level Level of price to show
+ * @param filterkey Filter on product
+ * @param status -1=Return all products, 0=Products not on sell, 1=Products on sell
+ * @param finished Filter on finished field: 2=No filter
+ * @param disableout Disable print output
+ * @return array Array of keys for json
*/
function select_produits_do($selected='',$htmlname='productid',$filtertype='',$limit=20,$price_level=0,$filterkey='',$status=1,$finished=2,$disableout=0)
{
@@ -947,26 +949,9 @@ class Form
{
$num = $this->db->num_rows($result);
- $outselect.='