Update:
my SECA for this was seems to work when set to ORDER_APPROVED:
<eca service="changeOrderStatus" event="global-commit"
run-on-error="false">
<condition field-name="statusId" operator="equals"
value="ORDER_APPROVED"/>
<condition-field field-name="statusId" operator="not-equals"
to-field-name="oldStatusId"/>
<action service="quickShipEntireOrder" mode="async" persist="true"/>
</eca>
However, nothing is triggered on ORDER_PROCESSING. May this be a bug or a
known issue?
--
View this message in context:
http://www.nabble.com/Order-status-tp18605511p23294859.html
Sent from the OFBiz - User mailing list archive at Nabble.com.