You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2013/12/21 14:54:11 UTC

[jira] [Closed] (OFBIZ-5381) ShipBeforeDate/ShipAfterDate of additional ship groups displayed incorrectly on shipping options page of Customer Order Entry app

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

Jacques Le Roux closed OFBIZ-5381.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 13.07
                   Release Branch 12.04
                   SVN trunk
                   Release Branch 11.04
         Assignee: Jacques Le Roux

Thanks Christian,

Few remarks, 
* your patch was reversed, fortunately with the help of your comment I eventually got the idea
* You already know that patch should be buikd from root

Fixed in
trunk r1552901  
R13.07 r1552902
R12.04 r1552903  
R11.04 r1552904  



> ShipBeforeDate/ShipAfterDate of additional ship groups displayed incorrectly on shipping options page of Customer Order Entry app
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5381
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5381
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>            Reporter: Christian Carlow
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04, Release Branch 13.07
>
>         Attachments: optionsettings.diff
>
>
> ShipBeforeDate/ShipAfterDate of ship groups are displayed incorrectly on the shipping options page of the Customer Order Entry app.  The dates is set correctly but the shipping options page does not get the shipping date by shipGroupIndex.  Instead it gets the shipBeforeDate/shipAfterDate of the order item.  The page should be changed to get the dates by passing in the shipGroupIndex: cart.getShipAfterDate(shipGroupIndex)
> To reproduce
> 1.  Create new order for DemoCustCompany
> 2.  Add productId "GZ-BASKET" with quantity 10
> 3.  Click "Finalize Order" link
> 4.  Click "Create New Ship Group" button on Shipping page and then click "Continue" link
> 5.  Assign 5 of GZ-BASKET to Ship Group 2 and click "Continue" link
> 6.  Select shipping methods and set shipBeforeDate/shipAfterDate and click "Continue" link
> 7.  Click the "Options" link to return to previous ship options page
> 8.  Notice the dates of the second ship group are incorrectly set to the same values as the date of the first ship group



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)