vtiger Forum Index vtiger
The Honest Open Source CRM
 

Enable add product in Quotes, Invoice with a ' in prodname
Click here to go to the original topic

 
       vtiger Forum Index -> Help - 5.0.4
Previous topic :: Next topic  
Author Message
III



Joined: 02 Aug 2007
Posts: 38
Location: France

Posted: Fri Aug 22, 2008 1:57 pm    Post subject: Enable add product in Quotes, Invoice with a ' in prodname  

Hi,

Here's what occures:
Editing a quote (or invoice, or purchase order)
Open the popup to select the product to add
search for a product (or any other ajax control like alphabetic search or page number)
select a product with a ' in the product name
The product is not added to the quote !

It seems to work in http://en.vtiger.com/wip/ (which is 5.1)

Does anybody have the fix (used in 5.1)?

At this moment, I just add this line:
$slashes_temp_val = str_replace("'"," ",$temp_val);
in include/utils/ListViewUtils.php function get_value just above:
$slashes_temp_val = popup_from_html($temp_val);
(and change in this line $temp_val to $slashes_temp_val
This is not really clean but I can't find better

thanks for any help
Olivier
Back to top  
 
       vtiger Forum Index -> Help - 5.0.4
Page 1 of 1


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