Spelling
This commit is contained in:
@@ -5815,7 +5815,7 @@ class Cases
|
|||||||
$resultInputs = array_merge($resultInputs, $listInput);
|
$resultInputs = array_merge($resultInputs, $listInput);
|
||||||
|
|
||||||
//For Attachment
|
//For Attachment
|
||||||
$listAttchment = $objectPermission->objectPermissionByOutputInput(
|
$listAttachment = $objectPermission->objectPermissionByOutputInput(
|
||||||
$appUid,
|
$appUid,
|
||||||
$proUid,
|
$proUid,
|
||||||
$opTaskSource,
|
$opTaskSource,
|
||||||
@@ -5823,7 +5823,7 @@ class Cases
|
|||||||
$opObjUid,
|
$opObjUid,
|
||||||
$caseData['APP_STATUS']
|
$caseData['APP_STATUS']
|
||||||
);
|
);
|
||||||
$resultAttachments = array_merge($resultAttachments, $listAttchment);
|
$resultAttachments = array_merge($resultAttachments, $listAttachment);
|
||||||
|
|
||||||
$resultCaseNotes = 1;
|
$resultCaseNotes = 1;
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
@@ -5864,7 +5864,7 @@ class Cases
|
|||||||
$resultInputs = array_merge($resultInputs, $listInput);
|
$resultInputs = array_merge($resultInputs, $listInput);
|
||||||
break;
|
break;
|
||||||
case 'ATTACHMENT':
|
case 'ATTACHMENT':
|
||||||
$listAttchment = $objectPermission->objectPermissionByOutputInput(
|
$listAttachment = $objectPermission->objectPermissionByOutputInput(
|
||||||
$appUid,
|
$appUid,
|
||||||
$proUid,
|
$proUid,
|
||||||
$opTaskSource,
|
$opTaskSource,
|
||||||
@@ -5872,7 +5872,7 @@ class Cases
|
|||||||
$opObjUid,
|
$opObjUid,
|
||||||
$caseData['APP_STATUS']
|
$caseData['APP_STATUS']
|
||||||
);
|
);
|
||||||
$resultAttachments = array_merge($resultAttachments, $listAttchment);
|
$resultAttachments = array_merge($resultAttachments, $listAttachment);
|
||||||
break;
|
break;
|
||||||
case 'OUTPUT':
|
case 'OUTPUT':
|
||||||
$listOutput = $objectPermission->objectPermissionByOutputInput(
|
$listOutput = $objectPermission->objectPermissionByOutputInput(
|
||||||
|
|||||||
Reference in New Issue
Block a user