CS
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user