You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/09/08 17:14:47 UTC

svn commit: r1701819 - /ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ProductBilling.groovy

Author: jleroux
Date: Tue Sep  8 15:14:47 2015
New Revision: 1701819

URL: http://svn.apache.org/r1701819
Log:
A patch from Pierre Smits for "Scrum total billing cause exception" https://issues.apache.org/jira/browse/OFBIZ-6600

"import java.sql.Timestamp;" was missing

Modified:
    ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ProductBilling.groovy

Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ProductBilling.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ProductBilling.groovy?rev=1701819&r1=1701818&r2=1701819&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ProductBilling.groovy (original)
+++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ProductBilling.groovy Tue Sep  8 15:14:47 2015
@@ -18,12 +18,12 @@
  * under the License.
  */
 
-import org.ofbiz.entity.*;
+import java.sql.Timestamp;
 import org.ofbiz.base.util.*;
+import org.ofbiz.base.util.UtilDateTime;
 import org.ofbiz.entity.*;
 import org.ofbiz.entity.condition.*;
 import org.ofbiz.entity.util.*;
-import org.ofbiz.base.util.UtilDateTime;
 
 productId = parameters.productId;
 entryExprs =