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 22:30:47 UTC

svn commit: r667642 - /ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml

Author: mrisaliti
Date: Fri Jun 13 13:30:47 2008
New Revision: 667642

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

Modified:
    ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml

Modified: ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml?rev=667642&r1=667641&r2=667642&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml Fri Jun 13 13:30:47 2008
@@ -44,7 +44,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/ViewFacilityInventoryByProduct.bsh"/>
+                <script location="component://product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.groovy"/>
                 <entity-one entity-name="Facility" value-name="facility" use-cache="true"/>
             </actions>
             <widgets>