svn commit: r751691 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/SendConfirmationEmail.groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r751691 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/SendConfirmationEmail.groovy

jleroux@apache.org
Author: jleroux
Date: Mon Mar  9 14:31:15 2009
New Revision: 751691

URL: http://svn.apache.org/viewvc?rev=751691&view=rev
Log:
Fix a bug found while trying to close https://issues.apache.org/jira/browse/OFBIZ-1533

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/SendConfirmationEmail.groovy

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/SendConfirmationEmail.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/SendConfirmationEmail.groovy?rev=751691&r1=751690&r2=751691&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/SendConfirmationEmail.groovy (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/SendConfirmationEmail.groovy Mon Mar  9 14:31:15 2009
@@ -20,7 +20,7 @@
 import org.ofbiz.entity.GenericDelegator;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.order.order.OrderReadHelper;
-import org.ofbiz.content.email.NotificationServices;
+import org.ofbiz.common.email.NotificationServices;
 
 orderId = request.getParameter("orderId") ?: parameters.get("orderId");
 context.orderId = orderId;