Fixed: specimen init did not include new vars of 3.7
This commit is contained in:
parent
1db6d86c78
commit
1e8e7474d8
@ -1142,7 +1142,7 @@ class ActionComm extends CommonObject
|
|||||||
*/
|
*/
|
||||||
function initAsSpecimen()
|
function initAsSpecimen()
|
||||||
{
|
{
|
||||||
global $user,$langs,$conf;
|
global $user,$langs,$conf,$user;
|
||||||
|
|
||||||
$now=dol_now();
|
$now=dol_now();
|
||||||
|
|
||||||
@ -1166,6 +1166,9 @@ class ActionComm extends CommonObject
|
|||||||
$this->transparency=1; // 1 means opaque
|
$this->transparency=1; // 1 means opaque
|
||||||
$this->priority=1;
|
$this->priority=1;
|
||||||
$this->note = 'Note';
|
$this->note = 'Note';
|
||||||
|
|
||||||
|
$this->userownerid=$user->id;
|
||||||
|
$this->userassigned[$user->id]=array('id'=>$user->id, 'transparency'=> 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user