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