PM-4303 Asignaciones en el routing screen devuelve como selección de tipo manual un ciclical

This commit is contained in:
Ronald Q
2015-12-04 16:22:49 -04:00
parent 5e75b0047d
commit 6649313617

View File

@@ -490,6 +490,7 @@ class Light
case '': //when this task is the Finish process
case 'nobody':
$userFields = $oDerivation->getUsersFullNameFromArray( $derive[$sKey]['USER_UID'] );
$taskAss = array();
$taskAss['routeFinishFlag'] = true;
$user['userId'] = $derive[$sKey]['USER_UID'];
$user['userFullName'] = $userFields['USR_FULLNAME'];