svn commit: r432600 - in /incubator/ofbiz/trunk/applications: accounting/webapp/accounting/agreement/AgreementForms.xml order/webapp/ordermgr/return/ReturnForms.xml

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

svn commit: r432600 - in /incubator/ofbiz/trunk/applications: accounting/webapp/accounting/agreement/AgreementForms.xml order/webapp/ordermgr/return/ReturnForms.xml

jacopoc
Author: jacopoc
Date: Fri Aug 18 07:27:10 2006
New Revision: 432600

URL: http://svn.apache.org/viewvc?rev=432600&view=rev
Log:
Applied patch from Christian Geisert (OFBIZ-166), to allow for unconstrained searches for agreements and returns.

Modified:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
    incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.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=432600&r1=432599&r2=432600&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml Fri Aug 18 07:27:10 2006
@@ -41,6 +41,7 @@
         <field name="description" title="${uiLabelMap.AccountingDescription}"><hidden/></field>
         <field name="textData" title="${uiLabelMap.AccountingTextData}"><hidden/></field>
         <field name="thruDate" title="${uiLabelMap.AccountingThruDate}"><hidden/></field>
+        <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=432600&r1=432599&r2=432600&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Fri Aug 18 07:27:10 2006
@@ -77,7 +77,7 @@
         <field name="entryDate" title="${uiLabelMap.OrderEntryDate}">
             <date-find/>
         </field>
-
+        <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>