Remove the variable

This commit is contained in:
Paula Quispe
2017-03-16 10:24:19 -04:00
parent a602408d66
commit 72cfb8fed2
2 changed files with 5 additions and 10 deletions

View File

@@ -5887,8 +5887,7 @@ class Cases
$appUid,
$opTaskSource,
$opObjUid,
$aCase['APP_STATUS'],
$opParticipated
$aCase['APP_STATUS']
);
//For Ouputs
$result['OUTPUT'] = $oObjectPermission->objectPermissionByOutputInput(
@@ -5896,8 +5895,7 @@ class Cases
$proUid,
$opTaskSource,
'OUTPUT',
$aCase['APP_STATUS'],
$opParticipated
$aCase['APP_STATUS']
);
//For Inputs
$result['INPUT'] = $oObjectPermission->objectPermissionByOutputInput(
@@ -5905,8 +5903,7 @@ class Cases
$proUid,
$opTaskSource,
'INPUT',
$aCase['APP_STATUS'],
$opParticipated
$aCase['APP_STATUS']
);
$result['CASES_NOTES'] = 1;