Size changes in cancel notification pdf
This commit is contained in:
@@ -238,8 +238,8 @@ class Contract extends mfBaseModel {
|
||||
"owner" => $this->getProperty("owner")
|
||||
];
|
||||
$pdf = new PdfForm("Emailtemplates/attachments/cancel_notification.pdf", $pdf_vars);
|
||||
//$pdf->download();
|
||||
//exit;
|
||||
$pdf->download();
|
||||
exit;
|
||||
$pdfpath = $pdf->render();
|
||||
$tvalue = $pdf->getReturnedValues();
|
||||
$pdfname = $tvalue["filename"];
|
||||
|
||||
Reference in New Issue
Block a user