Change shipping order address failed
------------------------------------ Key: OFBIZ-4805 URL: https://issues.apache.org/jira/browse/OFBIZ-4805 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk Reporter: Nicolas Malin Priority: Minor When you select a new shipping address in order view, operation failed because the service that update orderItemShipGroup haven't all information on carrier. -- 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-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4805: --------------------------------- Attachment: OFBIZ-4805.patch > Change shipping order address failed > ------------------------------------ > > Key: OFBIZ-4805 > URL: https://issues.apache.org/jira/browse/OFBIZ-4805 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4805.patch > > > When you select a new shipping address in order view, operation failed because the service that update orderItemShipGroup haven't all information on carrier. -- 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-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253451#comment-13253451 ] Jacques Le Roux commented on OFBIZ-4805: ---------------------------------------- Sorry Nicolas, this patch does not apply > Change shipping order address failed > ------------------------------------ > > Key: OFBIZ-4805 > URL: https://issues.apache.org/jira/browse/OFBIZ-4805 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4805.patch > > > When you select a new shipping address in order view, operation failed because the service that update orderItemShipGroup haven't all information on carrier. -- 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-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4805: --------------------------------- Attachment: OFBIZ-4805.patch Oups, my apologies jacques, I recreate the patch. > Change shipping order address failed > ------------------------------------ > > Key: OFBIZ-4805 > URL: https://issues.apache.org/jira/browse/OFBIZ-4805 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4805.patch, OFBIZ-4805.patch > > > When you select a new shipping address in order view, operation failed because the service that update orderItemShipGroup haven't all information on carrier. -- 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-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253706#comment-13253706 ] Jacques Le Roux commented on OFBIZ-4805: ---------------------------------------- Hi Nicolas, Before applying your patch on trunk demo I had any problems (but the states dependent dropdown not working at load when creating the new adress in the layered popup, unrelated). After having applied your patch locally I have also any issues. I just would like to know in which case you encoutered this issue to reproduce. A carrier must be used? Note: for both I used DEMO10090 order > Change shipping order address failed > ------------------------------------ > > Key: OFBIZ-4805 > URL: https://issues.apache.org/jira/browse/OFBIZ-4805 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4805.patch, OFBIZ-4805.patch > > > When you select a new shipping address in order view, operation failed because the service that update orderItemShipGroup haven't all information on carrier. -- 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-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253793#comment-13253793 ] Nicolas Malin commented on OFBIZ-4805: -------------------------------------- Hi Jacques, Strange, I have the problem on customer production site and I try on my local. The service updateOrderItemShipGroup failed on call-bsh element to decompose shipmentMethod keys. But on demo-trunk, I haven't the problem. I apply this patch to unblock the production site. The problem would be present with shipmentMethod NoShipping, _NA_, CARRIER. Sorry for the noise, if I reproduce this problem on demo-trunk, I will complete this issue. Thanks jacques for your review ! > Change shipping order address failed > ------------------------------------ > > Key: OFBIZ-4805 > URL: https://issues.apache.org/jira/browse/OFBIZ-4805 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4805.patch, OFBIZ-4805.patch > > > When you select a new shipping address in order view, operation failed because the service that update orderItemShipGroup haven't all information on carrier. -- 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-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin resolved OFBIZ-4805. ---------------------------------- Resolution: Not A Problem Hi Jacques, I found the problem. The customer data have been an error on OISG. The Order Contact Mech and OISG contact Mech were different, just on the case and when I tested on my local OFBiz trunk, I have embeded bad data. Thanks jacques for your check ! > Change shipping order address failed > ------------------------------------ > > Key: OFBIZ-4805 > URL: https://issues.apache.org/jira/browse/OFBIZ-4805 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4805.patch, OFBIZ-4805.patch > > > When you select a new shipping address in order view, operation failed because the service that update orderItemShipGroup haven't all information on carrier. -- 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 |