Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-2410

EditShipmentRouteSegments does not show the package.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Trunk
    • None
    • product
    • None
    • redhat, postgres

    Description

      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);
      }

      Attachments

        1. OrderShipmentRouteSegement.png
          87 kB
          HotWax Media OFBiz Team
        2. Package.png
          94 kB
          HotWax Media OFBiz Team

        Activity

          People

            anilpatel Anil K Patel
            rohit2006 Rohit Sureka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: