svn commit: r738126 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml

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

svn commit: r738126 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml

jacopoc
Author: jacopoc
Date: Tue Jan 27 16:17:37 2009
New Revision: 738126

URL: http://svn.apache.org/viewvc?rev=738126&view=rev
Log:
Fixed wrong menu link.

Modified:
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml?rev=738126&r1=738125&r2=738126&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml Tue Jan 27 16:17:37 2009
@@ -151,7 +151,7 @@
                     </or>                
                 </not>
             </condition>
-            <link target="ProductionRunDeclaration?productionRunId=${productionRunId}"/>
+            <link target="ProductionRunActualComponents?productionRunId=${productionRunId}"/>
         </menu-item>
         <menu-item name="assocs" title="${uiLabelMap.ManufacturingProductionRunAssocs}">
             <link target="ProductionRunAssocs?productionRunId=${productionRunId}"/>