Author: jleroux
Date: Sat Feb  6 22:30:25 2010
New Revision: 907330

URL: http://svn.apache.org/viewvc?rev=907330&view=rev
Log:
Fix a bug introduced at r764753 and add a description label to make things 
clear (found while working on testing the layering lookup)

Modified:
    
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl

Modified: 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl?rev=907330&r1=907329&r2=907330&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
 (original)
+++ 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
 Sat Feb  6 22:30:25 2010
@@ -66,7 +66,7 @@
                         <input type='text' size='25' name='productId' 
value='${requestParameters.productId?if_exists}'/>
                         <span>
                           <a 
href="javascript:call_fieldlookup2(document.lookupinventory.productId,'LookupProduct');">
-                            <a 
href="javascript:call_fieldlookup2(document.copyCategoryProductMembersForm.productCategoryIdTo,'LookupProductCategory');"><img
 src='/images/fieldlookup.gif' width='15' height='14' border='0' 
alt="${uiLabelMap.CommonClickHereForFieldLookup}"/></a>
+                            <img src='/images/fieldlookup.gif' width='15' 
height='14' border='0' alt="${uiLabelMap.CommonClickHereForFieldLookup}"/></a>
                           </a>
                         </span>
                         <input type='text' size='25' readonly 
name='productId_description' value=''/>


Reply via email to