svn commit: r752816 - /ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml

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

svn commit: r752816 - /ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml

hansbak-2
Author: hansbak
Date: Thu Mar 12 09:47:39 2009
New Revision: 752816

URL: http://svn.apache.org/viewvc?rev=752816&view=rev
Log:
fix on last commit

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml?rev=752816&r1=752815&r2=752816&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml Thu Mar 12 09:47:39 2009
@@ -182,7 +182,7 @@
             <entity-and entity-name="AgreementTerm" list="agreementTerms">
                 <field-map field-name="agreementId" from-field="agreementId"/>
                 <order-by field-name="agreementItemSeqId"/>
-                <order-by field-name="agreementItemId"/>
+                <order-by field-name="agreementTermId"/>
             </entity-and>
         </actions>
         <auto-fields-service service-name="updateAgreementTerm" />