diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php index c0c00f7971d..df298831c22 100644 --- a/htdocs/don/class/don.class.php +++ b/htdocs/don/class/don.class.php @@ -687,6 +687,7 @@ class Don extends CommonObject * * @param int $id id of donation * @param int $userid User who validate the donation/promise + * @param int $notrigger Disable triggers * @return int <0 if KO, >0 if OK */ function valid_promesse($id, $userid, $notrigger=0)