Author: jleroux
Date: Fri Apr 30 07:28:30 2010
New Revision: 939570

URL: http://svn.apache.org/viewvc?rev=939570&view=rev
Log:
Fix 2 duplicates attributes

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/FieldLookupForms.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/FieldLookupForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/FieldLookupForms.xml?rev=939570&r1=939569&r2=939570&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/FieldLookupForms.xml 
(original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/FieldLookupForms.xml Fri Apr 
30 07:28:30 2010
@@ -365,7 +365,7 @@ under the License.
         <field name="quoteId"><hidden/></field>
         <field name="isPromo"><hidden/></field>
         <field name="quoteItemSeqId" 
title="${uiLabelMap.OrderOrderQuoteItemSeqId}"><display/></field>
-        <field name="productId"><lookup presentation="window" 
target-form-name="LookupProduct" presentation="window"/></field>
+        <field name="productId"><lookup presentation="window" 
target-form-name="LookupProduct"/></field>
         <field name="productFeatureId"><lookup presentation="window" 
target-form-name="LookupProductFeature"/></field>
         <field name="deliverableTypeId" 
title="${uiLabelMap.OrderOrderQuoteDeliverableTypeId}">
             <drop-down allow-empty="true">
@@ -466,7 +466,7 @@ under the License.
             </drop-down>
         </field>
         <field name="productId">
-            <lookup presentation="window" target-form-name="LookupProduct" 
presentation="window"/>
+            <lookup presentation="window" target-form-name="LookupProduct"/>
         </field>
         <field name="description" 
title="${uiLabelMap.CommonDescription}"><text-find/></field>
         <field name="requirementStartDate" 
title="${uiLabelMap.OrderRequirementStartDate}"><date-find type="date"/></field>


Reply via email to