svn commit: r423874 - in /incubator/ofbiz/trunk/applications/order/webapp/ordermgr: quote/QuoteForms.xml request/RequestForms.xml

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

svn commit: r423874 - in /incubator/ofbiz/trunk/applications/order/webapp/ordermgr: quote/QuoteForms.xml request/RequestForms.xml

jacopoc
Author: jacopoc
Date: Thu Jul 20 03:32:04 2006
New Revision: 423874

URL: http://svn.apache.org/viewvc?rev=423874&view=rev
Log:
Committed patch from Christian Geisert (Apache OFBIZ-98) to allow for no condition searches for quotes and requests.

Modified:
    incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
    incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml?rev=423874&r1=423873&r2=423874&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml Thu Jul 20 03:32:04 2006
@@ -61,6 +61,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
+        <field name="noConditionFind"><hidden value="Y"/></field>
     </form>
     <form name="ListQuotes" list-name="listIt" target="" paginate-target="FindQuote" title="" type="list"
             default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?rev=423874&r1=423873&r2=423874&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Thu Jul 20 03:32:04 2006
@@ -53,6 +53,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
+        <field name="noConditionFind"><hidden value="Y"/></field>
     </form>
 
     <form name="ListRequests" type="list" use-row-submit="true" list-name="listIt"