svn commit: r418559 - /incubator/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: r418559 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml

jacopoc
Author: jacopoc
Date: Sun Jul  2 00:56:59 2006
New Revision: 418559

URL: http://svn.apache.org/viewvc?rev=418559&view=rev
Log:
In the "ListAgreementTerms" form should only appear the terms associated to the Agreement header, not the ones associated to single Agreement Items (that are shown in a separate screen/form).

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

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml?rev=418559&r1=418558&r2=418559&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml Sun Jul  2 00:56:59 2006
@@ -178,7 +178,10 @@
         target="updateAgreementTerm" paginate-target="ListAgreementTerms" title="" type="list">
         <actions>
             <entity-condition entity-name="AgreementTerm">
-                <condition-expr field-name="agreementId" env-name="agreementId"/>
+                <condition-list>
+                    <condition-expr field-name="agreementId" env-name="agreementId"/>
+                    <condition-expr field-name="agreementItemSeqId" env-name="null"/>
+                </condition-list>
             </entity-condition>
         </actions>
         <auto-fields-service service-name="updateAgreementTerm" />