[Vtigercrm-commits] [vtiger-commits] r9526 - /vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Sep 14 03:53:24 EDT 2006
Author: richie
Date: Thu Sep 14 01:53:14 2006
New Revision: 9526
Log:
Create PDF issue in windows machine has been fixed --By Jeri
Modified:
vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php
Modified: vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/CreatePDF.php Thu Sep 14 01:53:14 2006
@@ -228,5 +228,5 @@
$pdf->Output('PurchaseOrder.pdf','D'); //added file name to make it work in IE, also forces the download giving the user the option to save
-
+exit();
?>
More information about the vtigercrm-commits
mailing list