From 2f8b36445437beefeea6673de8d19db585373903 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 May 2020 13:18:47 +0200 Subject: [PATCH] Code 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 b911a03e3ad..3496a9299fe 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -2018,7 +2018,7 @@ class Commande extends CommonOrder /** * Load array lines * - * @param int $only_product Return only physical products + * @param int $only_product Return only physical products, not services * @param int $loadalsotranslation Return translation for products * @return int <0 if KO, >0 if OK */