This commit is contained in:
Paula Quispe
2017-01-24 16:25:54 -04:00
parent 1f20c7c7b4
commit 6cc5a15d49

View File

@@ -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()
); );
@@ -2114,12 +2114,12 @@ class Cases
$count = 0; $count = 0;
foreach($userFields as $rowUser){ foreach($userFields as $rowUser){
if($rowUser["USR_UID"] != $sUsrUid){ if($rowUser["USR_UID"] != $sUsrUid){
//appDelegation //appDelegation
$AppDelegation = new AppDelegation; $AppDelegation = new AppDelegation;
$iAppThreadIndex ++; // Start Thread $iAppThreadIndex ++; // Start Thread
$iAppDelPrio = 3; // Priority $iAppDelPrio = 3; // Priority
$user = UsersPeer::retrieveByPK($rowUser["USR_UID"]); $user = UsersPeer::retrieveByPK($rowUser["USR_UID"]);
$iDelIndex1 = $AppDelegation->createAppDelegation( $iDelIndex1 = $AppDelegation->createAppDelegation(
$sProUid, $sProUid,
$sAppUid, $sAppUid,
$sTasUid, $sTasUid,
@@ -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