You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anil K Patel (JIRA)" <ji...@apache.org> on 2014/08/16 17:20:18 UTC

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

     [ 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)