From 6bd1bc767bfe8a5bfb5620152b94a5ae560e64cc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 12 Oct 2021 15:17:34 +0200 Subject: [PATCH] doc --- htdocs/product/class/html.formproduct.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/html.formproduct.class.php b/htdocs/product/class/html.formproduct.class.php index f17b583c5b8..1b6b9bbf0a5 100644 --- a/htdocs/product/class/html.formproduct.class.php +++ b/htdocs/product/class/html.formproduct.class.php @@ -615,7 +615,7 @@ class FormProduct /** * Return list of lot numbers (stock from product_batch) with stock location and stock qty * - * @param string $htmlname Name of html select html + * @param string $htmlname Name of key that is inside attribute "list" of an input text field. * @param int $empty 1=Can be empty, 0 if not * @param int $fk_product show lot numbers of product with id fk_product. All from objectLines if 0. * @param int $fk_entrepot filter lot numbers for warehouse with id fk_entrepot. All if 0.