Good Morning,

I have a problem with module OpenQuotes..

My decimal seperator is "," and the thousand operator is "."

I Have insert two product and i create a quotes with two product..

The first product has insert into table products_quotes but the second give me this error:

INSERT into products_quotes set id='55c60406-8aa0-9e8d-e314-49f84ca19338', deleted='0', date_modified='2009-04-29 12:46:59', quote_id='4c53b6c8-bc27-b46a-c888-49f84c278c61', product_id='a1d33661-ba23-28aa-9145-49f84c5a88d9', product_name='Prodotto2', product_qty=1, product_list_price='200,00', product_unit_price='200,00', product_total_price='200,00', product_note=null::MySQL error 1366: Incorrect decimal value: '200,00'

How I can do to resolve this problem?

Thank you