svn commit: r739357 - /ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r739357 - /ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml

jleroux@apache.org
Author: jleroux
Date: Fri Jan 30 18:07:54 2009
New Revision: 739357

URL: http://svn.apache.org/viewvc?rev=739357&view=rev
Log:
Fix r739175 see OFBIZ-2151 (https://issues.apache.org/jira/browse/OFBIZ-2151)

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=739357&r1=739356&r2=739357&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Fri Jan 30 18:07:54 2009
@@ -124,7 +124,7 @@
             <entity-condition entity-name="PartyContactWithPurpose" list="emailAddresses">
                 <condition-list combine="and">
                     <condition-expr field-name="partyId" value="${userLogin.partyId}"/>
-                    <condition-expr field-name="contactFromDate" operator="less-equals" value="" from-field="nowDate"/>
+                    <condition-expr field-name="contactFromDate" operator="less-equals" from-field="nowDate"/>
                     <condition-list combine="or">
                         <condition-expr field-name="contactThruDate" from-field="null"/>
                         <condition-expr field-name="contactThruDate" operator="greater-equals" from-field="nowDate"/>