Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into

develop
This commit is contained in:
Laurent Destailleur 2022-05-11 10:06:01 +02:00
parent 9e2665fc66
commit e7ab9a3545

View File

@ -2236,6 +2236,7 @@ abstract class CommonObject
* Link element with a project * Link element with a project
* *
* @param int $projectid Project id to link element to * @param int $projectid Project id to link element to
* @param int $notrigger Disable the trigger
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
public function setProject($projectid, $notrigger = 0) public function setProject($projectid, $notrigger = 0)