Code comment
This commit is contained in:
parent
7f9d6a5458
commit
a7357e67f9
@ -1726,7 +1726,7 @@ class Form
|
|||||||
* @param int $filtertype Filter on product type (''=nofilter, 0=product, 1=service)
|
* @param int $filtertype Filter on product type (''=nofilter, 0=product, 1=service)
|
||||||
* @param int $limit Limit on number of returned lines
|
* @param int $limit Limit on number of returned lines
|
||||||
* @param int $price_level Level of price to show
|
* @param int $price_level Level of price to show
|
||||||
* @param int $status -1=Return all products, 0=Products not on sell, 1=Products on sell
|
* @param int $status Sell status -1=Return all products, 0=Products not on sell, 1=Products on sell
|
||||||
* @param int $finished 2=all, 1=finished, 0=raw material
|
* @param int $finished 2=all, 1=finished, 0=raw material
|
||||||
* @param string $selected_input_value Value of preselected input text (for use with ajax)
|
* @param string $selected_input_value Value of preselected input text (for use with ajax)
|
||||||
* @param int $hidelabel Hide label (0=no, 1=yes, 2=show search icon (before) and placeholder, 3 search icon after)
|
* @param int $hidelabel Hide label (0=no, 1=yes, 2=show search icon (before) and placeholder, 3 search icon after)
|
||||||
@ -2390,7 +2390,7 @@ class Form
|
|||||||
* Return list of suppliers products
|
* Return list of suppliers products
|
||||||
*
|
*
|
||||||
* @param int $socid Id societe fournisseur (0 pour aucun filtre)
|
* @param int $socid Id societe fournisseur (0 pour aucun filtre)
|
||||||
* @param int $selected Produit pre-selectionne
|
* @param int $selected Product price pre-selected (must be 'id' in product_fournisseur_price or 'idprod_IDPROD')
|
||||||
* @param string $htmlname Nom de la zone select
|
* @param string $htmlname Nom de la zone select
|
||||||
* @param string $filtertype Filter on product type (''=nofilter, 0=product, 1=service)
|
* @param string $filtertype Filter on product type (''=nofilter, 0=product, 1=service)
|
||||||
* @param string $filtre Pour filtre sql
|
* @param string $filtre Pour filtre sql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user