I corrected the label OuputDocument by OutputDocument
This commit is contained in:
@@ -200,7 +200,7 @@ class OutputDocument extends BaseOutputDocument
|
|||||||
$genLink = 'Download the file';
|
$genLink = 'Download the file';
|
||||||
}
|
}
|
||||||
$description .= ", By clicking on the generated file link: ".$genLink;
|
$description .= ", By clicking on the generated file link: ".$genLink;
|
||||||
G::auditLog("CreateOuputDocument", $description);
|
G::auditLog("CreateOutputDocument", $description);
|
||||||
|
|
||||||
return $aData['OUT_DOC_UID'];
|
return $aData['OUT_DOC_UID'];
|
||||||
} else {
|
} else {
|
||||||
@@ -286,7 +286,7 @@ class OutputDocument extends BaseOutputDocument
|
|||||||
if (isset($aData['OUT_DOC_TEMPLATE'])) {
|
if (isset($aData['OUT_DOC_TEMPLATE'])) {
|
||||||
$description .= ", [EDIT TEMPLATE]";
|
$description .= ", [EDIT TEMPLATE]";
|
||||||
}
|
}
|
||||||
G::auditLog("UpdateOuputDocument", $description);
|
G::auditLog("UpdateOutputDocument", $description);
|
||||||
|
|
||||||
return $iResult;
|
return $iResult;
|
||||||
} else {
|
} else {
|
||||||
@@ -330,7 +330,7 @@ class OutputDocument extends BaseOutputDocument
|
|||||||
$iResult = $oOutputDocument->delete();
|
$iResult = $oOutputDocument->delete();
|
||||||
$oConnection->commit();
|
$oConnection->commit();
|
||||||
//Add Audit Log
|
//Add Audit Log
|
||||||
G::auditLog("DeleteOuputDocument", "Output Document Name: ".$outputName.", Output Document Uid: ".$sOutDocUid.", Description: ".$outputDesc.", Filename generated: ".$outputFile);
|
G::auditLog("DeleteOutputDocument", "Output Document Name: ".$outputName.", Output Document Uid: ".$sOutDocUid.", Description: ".$outputDesc.", Filename generated: ".$outputFile);
|
||||||
|
|
||||||
return $iResult;
|
return $iResult;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user