diff --git a/htdocs/product/class/productbatch.class.php b/htdocs/product/class/productbatch.class.php index 21e5fd39c6c..cdfef622f45 100644 --- a/htdocs/product/class/productbatch.class.php +++ b/htdocs/product/class/productbatch.class.php @@ -390,6 +390,8 @@ class Productbatch extends CommonObject /** * Clean fields (triming) + * + * @return void */ private function clean_param() { if (isset($this->fk_product_stock)) $this->fk_product_stock=(int) trim($this->fk_product_stock);