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

Warnings while approving the purchase order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 11.04, Trunk
    • Release Branch 11.04, Trunk
    • order
    • None

    Description

      Following warnings were noticed in the log while approving the purchase order that was created automatically for drop ship product.

      [ OrderServices.java:2389:WARN ] Tried to setOrderStatus with the same statusId [ ORDER_APPROVED ] for order with ID
      [ServiceEcaCondition.java:156:WARN ] From Field (orderTypeId) is not found in context for changeOrderStatus, defaulting to null.

      The first warning suggest that there is order status is changed again. Shouldn't have happened. The order header should be updated before updating the order items.
      The second warning happens because some time, changeOrderStatus returns without adding orderTypeId to success result. Since there are secas rules based upon this field, the field should be mandatory and not optional.

      Attachments

        1. OFBIZ-4495-OrderServicesJava.patch
          5 kB
          Kiran Gawde
        2. OFBIZ-4495-R10.04.patch
          4 kB
          Yashwant Dhakad

        Activity

          People

            jleroux Jacques Le Roux
            kiran_gawde Kiran Gawde
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: