From 8af370e03200aafc7be6f46654b503039452cd17 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 14 Jun 2010 21:52:56 +0000 Subject: [PATCH] Fix: Comment --- htdocs/commande/class/commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 8457cce0b1b..07b9262fafa 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -1186,7 +1186,7 @@ class Commande extends CommonObject /** * \brief Reinitialize array lignes * \param only_product Return only physical products - * \return array Array of OrderLine + * \return int <0 if KO, >0 if OK */ function fetch_lines($only_product=0) {