diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index af07f9beb22..e4bb572a3eb 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -2876,7 +2876,7 @@ abstract class CommonObject * * @param int $id_incoterm Id of incoterm to set or '' to remove * @param string $location location of incoterm - * @return int >0 if KO, <0 if OK + * @return int <0 if KO, >0 if OK */ function setIncoterms($id_incoterm, $location) {