This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-05-25 16:07:32 -04:00
parent ecf54c8cb5
commit 56571bec93

View File

@@ -2447,7 +2447,7 @@ class wsBase
}
$res = $result->getPayloadArray();
//Now fill the array of AppDelegationPeer
$oCriteria = new Criteria( 'workflow' );
$oCriteria->addSelectColumn( AppDelegationPeer::DEL_INDEX );
@@ -2486,7 +2486,7 @@ class wsBase
}
//Execute events
$eventPro = $_SESSION["PROCESS"];
$eventPro = $appFields['PRO_UID'];
$eventApp = $caseId;
$eventInd = $aAppDel['DEL_INDEX'];
$eventTas = $aAppDel['TAS_UID'];