Merged develop into bugfix/HOR-3304

This commit is contained in:
Paula Quispe
2017-06-01 14:52:14 -04:00
6 changed files with 63 additions and 60 deletions

View File

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