svn commit: r703832 - /ofbiz/trunk/applications/order/widget/ordermgr/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: r703832 - /ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml

jleroux@apache.org
Author: jleroux
Date: Sun Oct 12 07:59:02 2008
New Revision: 703832

URL: http://svn.apache.org/viewvc?rev=703832&view=rev
Log:
Wrong variables names in r703816 commit

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml?rev=703832&r1=703831&r2=703832&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml Sun Oct 12 07:59:02 2008
@@ -222,8 +222,8 @@
                 <set field="headerItem" value="reports"/>
                 <set field="viewSize" value="${parameters.VIEW_SIZE}" default-value="20" type="Integer"/>
                 <set field="viewIndex" value="${parameters.VIEW_INDEX}" default-value="0" type="Integer"/>
-                <set field="fromDate" from-field="parameters.fromDate" type="Timestamp"/>
-                <set field="thruDate" from-field="parameters.thruDate" type="Timestamp"/>
+                <set field="fromOrderDate" from-field="parameters.fromOrderDate" type="Timestamp"/>
+                <set field="thruOrderDate" from-field="parameters.thruOrderDate" type="Timestamp"/>
                 <script location="component://order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy"/>
             </actions>
             <widgets>