Author: hansbak
Date: Wed Jul 2 21:06:06 2008
New Revision: 673577
URL:
http://svn.apache.org/viewvc?rev=673577&view=revLog:
better remain compatible with previous ofbiz versions and send email with communicationEvent status COM_IN_PROGRESS
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml?rev=673577&r1=673576&r2=673577&view=diff==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml Wed Jul 2 21:06:06 2008
@@ -200,7 +200,7 @@
<condition-expr field-name="communicationEventTypeId" operator="equals" value="EMAIL_COMMUNICATION" />
<condition-expr field-name="communicationEventTypeId" operator="equals" value="AUTO_EMAIL_COMM" />
</condition-list>
- <condition-expr field-name="statusId" operator="equals" value="COM_ENTERED" />
+ <condition-expr field-name="statusId" operator="equals" value="COM_IN_PROGRESS" />
<condition-list combine="or">
<condition-expr field-name="datetimeStarted" operator="less" env-name="nowDate" />
<condition-expr field-name="datetimeStarted" operator="equals" env-name="nullField" />