Author: ashish
Date: Sat Mar 21 09:21:21 2015
New Revision: 1668213

URL: http://svn.apache.org/r1668213
Log:
Applied bug fix from trunk r1668201.
========================================================
Log:
Applied patch from jira issue - OFBIZ-6199 - Find Commission Run screen is 
broken.
Thanks Amardeep for reporting the issue and thanks for providing the patch for 
the same
========================================================

Modified:
    
ofbiz/branches/release12.04/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy

Modified: 
ofbiz/branches/release12.04/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy?rev=1668213&r1=1668212&r2=1668213&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy
 (original)
+++ 
ofbiz/branches/release12.04/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy
 Sat Mar 21 09:21:21 2015
@@ -19,6 +19,7 @@
 
 import org.ofbiz.entity.condition.EntityCondition;
 import org.ofbiz.entity.condition.EntityOperator;
+import java.sql.Timestamp;
 
 fromDate = parameters.fromDate;
 thruDate = parameters.thruDate;


Reply via email to