Author: deepak
Date: Fri Jun 10 06:15:02 2016
New Revision: 1747639

URL: http://svn.apache.org/viewvc?rev=1747639&view=rev
Log:
(OFBIZ-7289) Applied patch from jira ticket
=======================================
Monthly "Sales Report" PDF is not rendering details
=======================================
Thanks Nameet Jain for your contirbution.

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

Modified: 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReportMonth.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReportMonth.rptdesign?rev=1747639&r1=1747638&r2=1747639&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReportMonth.rptdesign
 (original)
+++ 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReportMonth.rptdesign
 Fri Jun 10 06:15:02 2016
@@ -454,7 +454,7 @@ if (starschemas)
     account = starschema.getString("account");
     
     quantity = starschema.getString("quantity");
-    quantity = starschema.getString("quantity");
+    countOrder = starschema.getString("countOrder");
     GS = starschema.getString("GS");
     GMS = starschema.getString("GMS");
     GMP = starschema.getString("GMP");


Reply via email to