diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index a18ef715d9d..1d0f3a67935 100755 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -3314,8 +3314,8 @@ class Product extends CommonObject /** * Load existing information about a serial * - * @param string $batch - * @return array Array with record into product_batch + * @param string $batch Lot/serial number + * @return array Array with record into product_batch * @see load_stock, load_virtual_stock */ function loadBatchInfo($batch)