You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2015/03/21 08:39:55 UTC

svn commit: r1668201 - /ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy

Author: ashish
Date: Sat Mar 21 07:39:55 2015
New Revision: 1668201

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

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