HOR-2579
This commit is contained in:
@@ -2085,7 +2085,7 @@ class Cases
|
|||||||
0,
|
0,
|
||||||
$Application->getAppNumber(),
|
$Application->getAppNumber(),
|
||||||
$task->getTasId(),
|
$task->getTasId(),
|
||||||
$user->getUsrId(),
|
(empty($user)) ? 0 : $user->getUsrId(),
|
||||||
$this->Process->getProId()
|
$this->Process->getProId()
|
||||||
|
|
||||||
);
|
);
|
||||||
@@ -2134,7 +2134,7 @@ class Cases
|
|||||||
0,
|
0,
|
||||||
$Application->getAppNumber(),
|
$Application->getAppNumber(),
|
||||||
$task->getTasId(),
|
$task->getTasId(),
|
||||||
$user->getUsrId(),
|
(empty($user)) ? 0 : $user->getUsrId(),
|
||||||
$this->Process->getProId()
|
$this->Process->getProId()
|
||||||
);
|
);
|
||||||
//appThread
|
//appThread
|
||||||
|
|||||||
Reference in New Issue
Block a user