[Vtigercrm-commits] [vtiger development] #1316: Problem in VCRM 4.2.4
vtiger development
vtiger-tickets at vtiger.fosslabs.com
Tue Jun 20 20:51:33 EDT 2006
#1316: Problem in VCRM 4.2.4
------------------------+---------------------------------------------------
Reporter: Simon | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 4.2.4
Component: vtigercrm | Version:
Resolution: | Keywords: email, quote, sales order
------------------------+---------------------------------------------------
Comment (by Simon):
Hello,
i just found the solution for no.3, when i change the source code of
..\modules\Quotes\CreatePDF.php"
from (in the bottom of CreatePDF.php),
$pdf->setProductDetails($iHeadDtls,$iDataDtls);
$pdf->setTotal($price_total,$conditions);
$pdf->Output('Quotes.pdf','D');
exit;
?>
to,
$pdf->setProductDetails($iHeadDtls,$iDataDtls);
$pdf->setTotal($price_total,$conditions);
$pdf->Output();
exit;
?>
then the pdf file will open in the same window and the problem for this
question is solved. the solution also need to apply in
..\modules\Orders\CreateSOPDF.php" because it contains same problem in
module Quotes.
--
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1316>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list