[ 
http://issues.apache.org/jira/browse/OFBIZ-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461711
 ] 

Jacopo Cappellato commented on OFBIZ-430:
-----------------------------------------

Guido,

thanks for tracking this down.

Could you please try to change line 182 of ModelScreenAction

from

newValue = ObjectType.simpleTypeConvert(newValue, this.type, null, locale);

to

newValue = ObjectType.simpleTypeConvert(newValue, this.type, null, null);

?
Does it fix your issue? Please let me know.




> Incorrect Product Supplier update and delete in some locales
> ------------------------------------------------------------
>
>                 Key: OFBIZ-430
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-430
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Guido Amarilla
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>
> It is an issue with product suppliers.
> When trying to modify a supplier product by clicking in the "Update"
> button next to each row,  it doesn´t get all the supplier´s product
> information, and Minimum Order Quantity is being multiplied by 10.
> * This happens in several languages, but not in english nor french.
> Another problem is that it isn't possible to delete a row, in any of the 
> affected locales, giving the following error:
> *In remove-value a value was not found with the specified valueAcsr: sprod, 
> not removing
> This was confirmed by Jacopo Cappellato who says that it is related to the way
> numbers are parsed according to the locale.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to