From 9484dc5b3ea9469007fcf60f04924ff36fd1a855 Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Wed, 6 Apr 2016 11:38:34 +0200 Subject: [PATCH] change comment --- htdocs/product/class/productbatch.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/productbatch.class.php b/htdocs/product/class/productbatch.class.php index 44d1025b3db..d0554309539 100644 --- a/htdocs/product/class/productbatch.class.php +++ b/htdocs/product/class/productbatch.class.php @@ -469,7 +469,7 @@ class Productbatch extends CommonObject * @param DoliDB $db database object * @param int $fk_product_stock id product_stock for objet * @param int $with_qty doesn't return line with 0 quantity - * @return int <0 if KO, >0 if OK + * @return array <0 if KO, array of batch */ public static function findAll($db,$fk_product_stock,$with_qty=0) {