[OFBiz] SVN: r6497 - trunk/applications/order/servicedef

jaz@svn.ofbiz.org jaz at svn.ofbiz.org
Fri Jan 13 13:57:55 CST 2006


Author: jaz
Date: 2006-01-13 13:57:53 -0600 (Fri, 13 Jan 2006)
New Revision: 6497

Modified:
   trunk/applications/order/servicedef/services.xml
Log:
added comment field to notification log and added same field to notificiation interface so it can pass through (via ECA)


Modified: trunk/applications/order/servicedef/services.xml
===================================================================
--- trunk/applications/order/servicedef/services.xml	2006-01-13 19:57:21 UTC (rev 6496)
+++ trunk/applications/order/servicedef/services.xml	2006-01-13 19:57:53 UTC (rev 6497)
@@ -38,6 +38,7 @@
         <attribute name="orderItemSeqId" type="String" mode="IN" optional="true"/>
         <attribute name="emailType" type="String" mode="OUT" optional="false"/>
         <attribute name="screenUri" type="String" mode="IN" optional="true"/>
+        <attribute name="comments" type="String" mode="IN" optional="true"/>
         <attribute name="body" type="String" mode="OUT" optional="true"/>
         <attribute name="sendTo" type="String" mode="IN" optional="true"/>
         <attribute name="sendCc" type="String" mode="IN" optional="true"/>
@@ -83,6 +84,7 @@
         <description>Logs when a notification was sent</description>
         <attribute name="orderId" type="String" mode="IN" optional="false"/>
         <attribute name="emailType" type="String" mode="IN" optional="false"/>
+        <attribute name="comments" type="String" mode="IN" optional="true"/>
     </service>
 
     <service name="storeOrder" engine="java" validate="true" auth="true"



More information about the Svn mailing list