Author: mor
Date: Thu May  6 09:23:20 2010
New Revision: 941626

URL: http://svn.apache.org/viewvc?rev=941626&view=rev
Log:
Removed a duplicate lookup.

Modified:
    
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl

Modified: 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl?rev=941626&r1=941625&r2=941626&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl 
(original)
+++ 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl 
Thu May  6 09:23:20 2010
@@ -154,7 +154,7 @@ under the License.
                 <td width="6%" align="right" nowrap="nowrap" 
class="label">${uiLabelMap.ProductFacilityOwner}</td>
                 <td width="6%">&nbsp;</td>
                 <td width="74%">
-                  <@htmlTemplate.lookupField formName="selectAllForm" 
name="ownerPartyId" id="ownerPartyId" fieldFormName="LookupPartyName"/><img 
src="<@ofbizContentUrl>/images/fieldlookup.gif</@ofbizContentUrl>" width="16" 
height="16" border="0" alt="${uiLabelMap.CommonClickHereForFieldLookup}"/></a>
+                  <@htmlTemplate.lookupField formName="selectAllForm" 
name="ownerPartyId" id="ownerPartyId" fieldFormName="LookupPartyName"/>
                 </td>
               </tr>
               <tr>


Reply via email to