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

Quick Ship Entire Order Never Shipping

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 12.04, Trunk
    • 11.04.05, 12.04.04, 14.12.01, 13.07.01
    • product
    • None

    Description

      The quickShipEntireOrder in ShipmentServices.xml takes in an optional field called "setPackedOnly". This check for setPackedOnly was added to 'createShipmentForFacilityAndShipGroup' in r1139346. QuickShipEntireOrder also calls the 'createShipmentForFacilityAndShipGroup' simple method, but setPackedOnly is never set in the context before making the call, meaning that setPackedOnly is always empty when it's checked in the method.

      Additionally, the check on setPackedOnly is written such that if setPackedOnly is NOT empty, the status is taken to SHIPPED. Instead, it makes sense for it to be taken to SHIPPED status when setPackedOnly IS empty (see 'setShipmentStatusPackedAndShipped' Line 1719).

      See my original thread on the ML here: http://ofbiz.135035.n4.nabble.com/Quick-Ship-Order-Status-Service-td4648696.html

      Attachments

        1. ShipmentServices.xml.patch
          2 kB
          Darrell Donati
        2. OFBIZ-5578-Quick Ship Entire Order Never Shipping.log
          32 kB
          Jacques Le Roux

        Activity

          People

            jacopoc Jacopo Cappellato
            darrell73s Darrell Donati
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: