This commit is contained in:
Paula Quispe
2017-02-21 17:57:32 -04:00
parent bcdacff58a
commit e520f3a096

View File

@@ -1407,7 +1407,7 @@ class Derivation
if (isset( $aSP )) { if (isset( $aSP )) {
//Check if is Selfservice the task in the subprocess //Check if is Selfservice the task in the subprocess
$isSelfservice = false; $isSelfservice = false;
if(empty($aSP['USR_UID'])){ if (empty($aSP['USR_UID'])) {
$isSelfservice = true; $isSelfservice = true;
} }
//Create the new case in the sub-process //Create the new case in the sub-process