[OFBiz] SVN: r5912 - trunk/specialized/opentravelsystem/webapp/hotelbackend/screens

jonesde at svn.ofbiz.org jonesde at svn.ofbiz.org
Tue Oct 4 14:54:49 EDT 2005


Author: jonesde
Date: 2005-10-04 13:54:47 -0500 (Tue, 04 Oct 2005)
New Revision: 5912

Modified:
   trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/FieldLookupForms.xml
Log:
Removed default-value=equals from a bunch of text-find fields; not sure how these started or why, but in the passed the default-value was ignored so it wasn't causing any issue

Modified: trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/FieldLookupForms.xml
===================================================================
--- trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/FieldLookupForms.xml	2005-10-04 18:54:21 UTC (rev 5911)
+++ trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/FieldLookupForms.xml	2005-10-04 18:54:47 UTC (rev 5912)
@@ -34,8 +34,8 @@
             <property-map resource="AccountingUiLabels" map-name="uiLabelMap"/>
         </actions>
         <auto-fields-entity entity-name="FixedAsset" default-field-type="hidden" />
-	    <field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAssetId}"><text-find default-value="equals"/></field>
-        <field name="fixedAssetName" title="${uiLabelMap.AccountingFixedAssetName}"><text-find default-value="equals"/></field>
+	    <field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAssetId}"><text-find/></field>
+        <field name="fixedAssetName" title="${uiLabelMap.AccountingFixedAssetName}"><text-find/></field>
         <field name="fixedAssetTypeId" title="${uiLabelMap.AccountingFixedAssetTypeId}">
             <drop-down>
                 <option key="" description=""/>



More information about the Svn mailing list