Author: arunpatidar
Date: Fri Jul  1 15:21:12 2016
New Revision: 1750964

URL: http://svn.apache.org/viewvc?rev=1750964&view=rev
Log:
Applied patch from jira issue - OFBIZ-7316 - Product Demand Report is not 
working. Thanks Rohit Koushal for your contribution.

Modified:
    
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/ProductDemandReport.rptdesign

Modified: 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/ProductDemandReport.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/ProductDemandReport.rptdesign?rev=1750964&r1=1750963&r2=1750964&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/ProductDemandReport.rptdesign
 (original)
+++ 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/ProductDemandReport.rptdesign
 Fri Jul  1 15:21:12 2016
@@ -260,7 +260,7 @@ if (starschemas)
 {
     totalRows = starschemas.size();
 }]]></method>
-            <method name="fetch"><![CDATA[if (currentRow >= totalRows - 1) 
return false;
+            <method name="fetch"><![CDATA[if (currentRow >= totalRows) return 
false;
 {
     starschema = starschemas.get(currentRow);
     orderDateDateValue = starschema.getString("orderDateDateValue");


Reply via email to