Author: ashish
Date: Sat Mar 21 07:46:31 2015
New Revision: 1668202

URL: http://svn.apache.org/r1668202
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/release14.12/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy

Modified: 
ofbiz/branches/release14.12/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy?rev=1668202&r1=1668201&r2=1668202&view=diff
==============================================================================
--- 
ofbiz/branches/release14.12/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy
 (original)
+++ 
ofbiz/branches/release14.12/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy
 Sat Mar 21 07:46:31 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