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.