svn commit: r752909 - /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: r752909 - /ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml

hansbak-2
Author: hansbak
Date: Thu Mar 12 15:57:29 2009
New Revision: 752909

URL: http://svn.apache.org/viewvc?rev=752909&view=rev
Log:
corrected error reported on the mailing list

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=752909&r1=752908&r2=752909&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Thu Mar 12 15:57:29 2009
@@ -318,7 +318,7 @@
                 <condition-list combine="and">
                     <condition-expr field-name="partyId" operator="equals" value="${partyId}"/>
                 </condition-list>
-                <order-by field-name="-lastUpdatedStamp"/>
+                <order-by field-name="-entryDate"/>
             </entity-condition>
         </actions>
         <field name="removeLink" title="${uiLabelMap.CommonDelete}" widget-style="smallSubmit">