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 {