Author: apatel
Date: Sun Jul 26 13:08:18 2009
New Revision: 797924

URL: http://svn.apache.org/viewvc?rev=797924&view=rev
Log:
Fixed unknown parameter found exception. Was resulting in multiple order 
confirmation emails.

Modified:
    ofbiz/trunk/applications/order/servicedef/services.xml

Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=797924&r1=797923&r2=797924&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Sun Jul 26 13:08:18 
2009
@@ -47,6 +47,7 @@
             location="org.ofbiz.order.order.OrderServices" 
invoke="sendOrderConfirmNotification">
         <description>Send a order confirmation</description>
         <implements service="orderNotificationInterface"/>
+        <attribute name="subject" type="String" mode="OUT" optional="true"/>
     </service>
     <service name="sendOrderChangeNotification" engine="java" 
require-new-transaction="true" max-retry="3"
             location="org.ofbiz.order.order.OrderServices" 
invoke="sendOrderChangeNotification">


Reply via email to