You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2008/06/13 21:03:58 UTC

svn commit: r667621 - /ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml

Author: mrisaliti
Date: Fri Jun 13 12:03:58 2008
New Revision: 667621

URL: http://svn.apache.org/viewvc?rev=667621&view=rev
Log:
Forget to converted some facility bsh scripts to groovy (Part of issue OFBIZ-1801)

Modified:
    ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml?rev=667621&r1=667620&r2=667621&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml Fri Jun 13 12:03:58 2008
@@ -42,7 +42,7 @@
                 <set field="internalName" from-field="parameters.internalName"/>
                 <set field="productId" from-field="parameters.productId"/>
    
-                <script location="component://product/webapp/facility/WEB-INF/actions/facility/countFacilityInventoryByProduct.bsh"/>
+                <script location="component://product/webapp/facility/WEB-INF/actions/facility/CountFacilityInventoryByProduct.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonFacilityDecorator" location="${parameters.mainDecoratorLocation}">