Skip to content

Commit

Permalink
Merge pull request #4960 from defrance/patch-119
Browse files Browse the repository at this point in the history
change comment
  • Loading branch information
eldy committed Apr 8, 2016
2 parents 010a4f8 + 9484dc5 commit f205b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/class/productbatch.class.php
Expand Up @@ -469,7 +469,7 @@ function find($fk_product_stock=0, $eatby='',$sellby='',$batch_number='')
* @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)
{
Expand Down

0 comments on commit f205b04

Please sign in to comment.