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, |
|