Author: jleroux
Date: Tue Sep 8 15:14:47 2015
New Revision: 1701819
URL:
http://svn.apache.org/r1701819Log:
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 =