Warnings while approving the purchase order
-------------------------------------------

                 Key: OFBIZ-4495
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4495
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Release Branch 11.04, SVN trunk
            Reporter: Kiran Gawde


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to