You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ar...@apache.org on 2016/06/21 14:47:21 UTC

svn commit: r1749543 - /ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/CouponSalesReport.rptdesign

Author: arunpatidar
Date: Tue Jun 21 14:47:21 2016
New Revision: 1749543

URL: http://svn.apache.org/viewvc?rev=1749543&view=rev
Log:
 Applied patch from ticket OFBIZ-7313:'Coupon Sales Report is not working'.Thanks Rohit Koushal for your contribution.

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

Modified: ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/CouponSalesReport.rptdesign
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/CouponSalesReport.rptdesign?rev=1749543&r1=1749542&r2=1749543&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/CouponSalesReport.rptdesign (original)
+++ ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/CouponSalesReport.rptdesign Tue Jun 21 14:47:21 2016
@@ -147,7 +147,7 @@ countOfRow = 0;
 if (couponSalesOrders) {
     totalRow = couponSalesOrders.size();
 }]]></method>
-            <method name="fetch"><![CDATA[if (countOfRow == totalRow - 1) return false;
+            <method name="fetch"><![CDATA[if (countOfRow >= totalRow) return false;
 userLogin = null;
 input =  new HashMap();
 try {