[jira] [Assigned] (OFBIZ-2410) EditShipmentRouteSegments does not show the package.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (OFBIZ-2410) EditShipmentRouteSegments does not show the package.

Nicolas Malin (Jira)

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

Anil K Patel reassigned OFBIZ-2410:
-----------------------------------

    Assignee: Anil K Patel

> EditShipmentRouteSegments does not show the package.
> ----------------------------------------------------
>
>                 Key: OFBIZ-2410
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2410
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: Trunk
>         Environment: redhat, postgres
>            Reporter: Rohit Sureka
>            Assignee: Anil K Patel
>         Attachments: OrderShipmentRouteSegement.png, Package.png
>
>
> Hi,
> The EditShipmentRouteSegments, does not show the order package(s), at the link https://www.example.com/facility/control/EditShipmentRouteSegments?shipmentId=10010 
> The bug was probably introduced with the migration of this file EditShipmentRouteSegments.bsh from bsh to groovy.
> shipmentId = request.getParameter("shipmentId");  
> if (!shipmentId) {  
> shipmentId = context.shipmentId;  
> }  
>    
> shipment = null;  
> if (!shipmentId) {  
> shipment = delegator.findOne("Shipment", [shipmentId : shipmentId], false);  
> }  



--
This message was sent by Atlassian JIRA
(v6.2#6252)