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

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

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

mrisaliti
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>