[OFBiz] SVN: r6498 - trunk/applications/order/script/org/ofbiz/order/order

jaz@svn.ofbiz.org jaz at svn.ofbiz.org
Fri Jan 13 13:58:18 CST 2006


Author: jaz
Date: 2006-01-13 13:58:17 -0600 (Fri, 13 Jan 2006)
New Revision: 6498

Modified:
   trunk/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml
Log:
added comments field to notification log


Modified: trunk/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml
===================================================================
--- trunk/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml	2006-01-13 19:57:53 UTC (rev 6497)
+++ trunk/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml	2006-01-13 19:58:17 UTC (rev 6498)
@@ -55,6 +55,7 @@
         <sequenced-id-to-env sequence-name="OrderNotification" env-name="orderNotification.orderNotificationId"/>
         <set from-field="parameters.orderId" field="orderNotification.orderId"/>
         <set from-field="parameters.emailType" field="orderNotification.emailType"/>
+        <set from-field="parameters.comments" field="orderNotification.comments"/>
         <now-timestamp-to-env env-name="orderNotification.notificationDate"/>
         <create-value value-name="orderNotification"/>
     </simple-method>



More information about the Svn mailing list