Author: deepak
Date: Mon Nov 14 10:05:38 2016
New Revision: 1769586
URL:
http://svn.apache.org/viewvc?rev=1769586&view=revLog:
Fixed: Removed extra greater than sign from if-compare-filed tag, found while reading console log.
Modified:
ofbiz/trunk/applications/party/minilang/communication/CommunicationEventServices.xml
Modified: ofbiz/trunk/applications/party/minilang/communication/CommunicationEventServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/minilang/communication/CommunicationEventServices.xml?rev=1769586&r1=1769585&r2=1769586&view=diff==============================================================================
--- ofbiz/trunk/applications/party/minilang/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/party/minilang/communication/CommunicationEventServices.xml Mon Nov 14 10:05:38 2016
@@ -250,7 +250,7 @@ under the License.
<simple-method method-name="updateCommunicationEvent"
short-description="Update a CommunicationEvent">
<entity-one entity-name="CommunicationEvent" value-field="event"/>
- <if-compare-field field="event.statusId" operator="not-equals" to-field="parameters.statusId">>
+ <if-compare-field field="event.statusId" operator="not-equals" to-field="parameters.statusId">
<set field="newStatusId" from-field="parameters.statusId"/>
<set field="parameters.statusId" from-field="event.statusId"/>
</if-compare-field>