This commit is contained in:
Paula Quispe
2017-10-27 13:05:06 -04:00
parent de7a0190d2
commit 4975028229

View File

@@ -5815,7 +5815,7 @@ class Cases
$resultInputs = array_merge($resultInputs, $listInput);
//For Attachment
$listAttchment = $objectPermission->objectPermissionByOutputInput(
$listAttachment = $objectPermission->objectPermissionByOutputInput(
$appUid,
$proUid,
$opTaskSource,
@@ -5823,7 +5823,7 @@ class Cases
$opObjUid,
$caseData['APP_STATUS']
);
$resultAttachments = array_merge($resultAttachments, $listAttchment);
$resultAttachments = array_merge($resultAttachments, $listAttachment);
$resultCaseNotes = 1;
/*----------------------------------********---------------------------------*/
@@ -5864,7 +5864,7 @@ class Cases
$resultInputs = array_merge($resultInputs, $listInput);
break;
case 'ATTACHMENT':
$listAttchment = $objectPermission->objectPermissionByOutputInput(
$listAttachment = $objectPermission->objectPermissionByOutputInput(
$appUid,
$proUid,
$opTaskSource,
@@ -5872,7 +5872,7 @@ class Cases
$opObjUid,
$caseData['APP_STATUS']
);
$resultAttachments = array_merge($resultAttachments, $listAttchment);
$resultAttachments = array_merge($resultAttachments, $listAttachment);
break;
case 'OUTPUT':
$listOutput = $objectPermission->objectPermissionByOutputInput(