Update commonobject.class.php

This commit is contained in:
Laurent Destailleur 2021-09-01 16:29:08 +02:00 committed by GitHub
parent 58845082b1
commit ef2bb99476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3021,7 +3021,7 @@ abstract class CommonObject
*
* @param int $rowid Id of line
* @param int $rang Position
* @return int
* @return int <0 if KO, >0 if OK
*/
public function updateRangOfLine($rowid, $rang)
{