Author: hansbak
Date: Thu Jun 11 08:00:43 2009
New Revision: 783677
URL:
http://svn.apache.org/viewvc?rev=783677&view=revLog:
check if exist first
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
Modified: ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=783677&r1=783676&r2=783677&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Thu Jun 11 08:00:43 2009
@@ -411,7 +411,7 @@
<set field="searchParameters.statusId_op" value="notEqual"/>
<set field="searchParameters.roleStatusId" value="${groovy:"true".equals(parameters.all)?"dummy":"COM_ROLE_COMPLETED"}"/>
<set field="searchParameters.roleStatusId_op" value="notEqual"/>
- <set field="searchParameters.communicationEventTypeId" value="${groovy:"true".equals(internalNotesOnly)?"COMMENT_NOTE":""}"/>
+ <set field="searchParameters.communicationEventTypeId" value="${groovy:internalNotesOnly&&"true".equals(internalNotesOnly)?"COMMENT_NOTE":""}"/>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="searchParameters"/>
<field-map field-name="entityName" value="CommunicationEventAndRole"/>