init
This commit is contained in:
8
modules/EcmDocumentTemplates/previewPDF.php
Executable file
8
modules/EcmDocumentTemplates/previewPDF.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
if(isset($_REQUEST['record']) && $_REQUEST['record'] != '') {
|
||||
require_once("modules/EcmDocumentTemplates/EcmDocumentTemplate.php");
|
||||
$edt = new EcmDocumentTemplate();
|
||||
$method = (isset($_REQUEST['method']) && $_REQUEST['method'] != '') ? $_REQUEST['record'] : 'I';
|
||||
$edt->getPDF($_REQUEST['record']);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user