Skip to content
Snippets Groups Projects
Commit f205b04b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4960 from defrance/patch-119

change comment
parents 010a4f89 9484dc5b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment