This commit is contained in:
Laurent Destailleur 2011-09-24 21:51:52 +00:00
parent a41ec9a5be
commit 08bfeab824

View File

@ -459,8 +459,8 @@ class ProductFournisseur extends Product
/** /**
* List all supplier prices of a product * List all supplier prices of a product
* *
* @param rowid id du produit * @param int $rowid id du produit
* @return table table de ProductFournisseur * @return array Array of ProductFournisseur
*/ */
function fetch_product_fournisseur($prodid) function fetch_product_fournisseur($prodid)
{ {