vtiger Forum Index vtiger
The Honest Open Source CRM
 

Product Description : bug in code ?
Click here to go to the original topic

 
       vtiger Forum Index -> Feature Requests - 5.0.3
Previous topic :: Next topic  
Author Message
gaby.vtiger



Joined: 09 Nov 2007
Posts: 39

Posted: Mon Jan 21, 2008 10:56 am    Post subject: Product Description : bug in code ?  

Hi,

I am using vTiger 5.3.
I am cutomizing the pdf quotes.

In file \quotes\CreatePdf.php, around line 144, there is :

$prod_description[$i] = $associated_products[$i]['productDescription'.$i];

I think (after some tests), it should be :

$prod_description[$i] = $associated_products[$i]['comment'.$i];


The "productDescription" entry is empty, while "comment" entry displays the right description.

I don't know if this is ok, but I thought it was a good idea to post this,

Gaby,
Back to top  
sandeep



Joined: 28 Sep 2007
Posts: 9

Posted: Mon Jan 21, 2008 12:59 pm    Post subject: Product Description : bug in code ?  

you have to assign a column to display in quotes\pdf_templates\body.php
so that it can display it in pdf file too..
Back to top  
gaby.vtiger



Joined: 09 Nov 2007
Posts: 39

Posted: Mon Jan 21, 2008 1:04 pm    Post subject: Re: Product Description : bug in code ?  

Thanks for the reply but do u mean :

\include\fpdf\templates\body.php ?

Gaby
Back to top  
 
       vtiger Forum Index -> Feature Requests - 5.0.3
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group