Fix for missing param.
This commit is contained in:
parent
94be4ec897
commit
213a64edcc
@ -1629,7 +1629,7 @@ class Propal extends CommonObject
|
||||
* @param int $notrigger 1=Does not execute triggers, 0= execuete triggers
|
||||
* @return int <0 if KO, >0 if OK
|
||||
*/
|
||||
function reopen($user, $statut, $note, $notrigger=0)
|
||||
function reopen($user, $statut, $note='', $notrigger=0)
|
||||
{
|
||||
global $langs,$conf;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user