Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
defrance committed Apr 6, 2016
1 parent b59b758 commit 9484dc5
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 9484dc5

Please sign in to comment.