[ 
https://issues.apache.org/jira/browse/OFBIZ-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-5927:
-----------------------------------
    Fix Version/s: Upcoming Branch
                   13.07.03
                   12.04.06
                   14.12.01

Backported in 
R14.12 r1704007
R13.07 r1704008
R12.04 r1704009

> Issue reported while performing Refund & Void (java.lang.ClassCastException: 
> java.lang.String cannot be cast to java.math.BigDecimal)
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5927
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5927
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Trunk, 12.04.05, 13.07.01
>            Reporter: Prateek
>            Assignee: Arun Patidar
>             Fix For: 14.12.01, 12.04.06, 13.07.03, Upcoming Branch
>
>         Attachments: OFBIZ-5927.patch
>
>
> Issue reported while performing Refund & Void (java.lang.ClassCastException: 
> java.lang.String cannot be cast to java.math.BigDecimal)
> Change needs to be done in AIMPaymentServices.java. Please look at the 
> following small patch:-
>  
> //BigDecimal amount = (BigDecimal) request.get("x_Amount");
> String newAmt = request.get("x_Amount").toString();
> BigDecimal amount = new BigDecimal(newAmt);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to