bad invert

This commit is contained in:
frederic34 2015-11-11 17:19:53 +01:00
parent b8a84d68ec
commit 01d4bd6cf5

View File

@ -2876,7 +2876,7 @@ abstract class CommonObject
* *
* @param int $id_incoterm Id of incoterm to set or '' to remove * @param int $id_incoterm Id of incoterm to set or '' to remove
* @param string $location location of incoterm * @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) function setIncoterms($id_incoterm, $location)
{ {