BigDecimal issue, when changing quantity to produce for a ProductIonRun
----------------------------------------------------------------------- Key: OFBIZ-4506 URL: https://issues.apache.org/jira/browse/OFBIZ-4506 Project: OFBiz Issue Type: Bug Components: manufacturing Reporter: Olivier Heintz Attachments: ProductionRun_java.patch Currently, changing quantity to produce for a ProductIonRun generate cast exception because two conversion to double are forgot. Current patch add .doubleValue() -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Heintz updated OFBIZ-4506: ---------------------------------- Attachment: ProductionRun_java.patch the correction patch > BigDecimal issue, when changing quantity to produce for a ProductIonRun > ----------------------------------------------------------------------- > > Key: OFBIZ-4506 > URL: https://issues.apache.org/jira/browse/OFBIZ-4506 > Project: OFBiz > Issue Type: Bug > Components: manufacturing > Reporter: Olivier Heintz > Attachments: ProductionRun_java.patch > > > Currently, changing quantity to produce for a ProductIonRun generate cast exception because two conversion to double are forgot. > Current patch add .doubleValue() -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136259#comment-13136259 ] Erwan de FERRIERES commented on OFBIZ-4506: ------------------------------------------- done at r1189404 thanks Olivier > BigDecimal issue, when changing quantity to produce for a ProductIonRun > ----------------------------------------------------------------------- > > Key: OFBIZ-4506 > URL: https://issues.apache.org/jira/browse/OFBIZ-4506 > Project: OFBiz > Issue Type: Bug > Components: manufacturing > Reporter: Olivier Heintz > Assignee: Erwan de FERRIERES > Fix For: SVN trunk > > Attachments: ProductionRun_java.patch > > > Currently, changing quantity to produce for a ProductIonRun generate cast exception because two conversion to double are forgot. > Current patch add .doubleValue() -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-4506. ------------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Erwan de FERRIERES > BigDecimal issue, when changing quantity to produce for a ProductIonRun > ----------------------------------------------------------------------- > > Key: OFBIZ-4506 > URL: https://issues.apache.org/jira/browse/OFBIZ-4506 > Project: OFBiz > Issue Type: Bug > Components: manufacturing > Reporter: Olivier Heintz > Assignee: Erwan de FERRIERES > Fix For: SVN trunk > > Attachments: ProductionRun_java.patch > > > Currently, changing quantity to produce for a ProductIonRun generate cast exception because two conversion to double are forgot. > Current patch add .doubleValue() -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |