[Vtigercrm-commits] [vtiger-commits] r9525 - /vtigercrm/trunk/modules/Quotes/CreatePDF.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Sep 14 03:52:17 EDT 2006
Author: richie
Date: Thu Sep 14 01:52:08 2006
New Revision: 9525
Log:
Create PDF issue in windows machine has been fixed --By Jeri
Modified:
vtigercrm/trunk/modules/Quotes/CreatePDF.php
Modified: vtigercrm/trunk/modules/Quotes/CreatePDF.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/CreatePDF.php (original)
+++ vtigercrm/trunk/modules/Quotes/CreatePDF.php Thu Sep 14 01:52:08 2006
@@ -229,5 +229,5 @@
$pdf->Output('Quotes.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