[jira] Created: (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] Created: (OFBIZ-2410) EditShipmentRouteSegments does not show the package.

Nicolas Malin (Jira)
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: SVN trunk
         Environment: redhat, postgres
            Reporter: Rohit Sureka


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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.