Author: jleroux
Date: Sun Jan 13 15:34:16 2008
New Revision: 611676
URL:
http://svn.apache.org/viewvc?rev=611676&view=revLog:
Applied fix from trunk for revision: 590022
Modified:
ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml
Modified: ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml?rev=611676&r1=611675&r2=611676&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml (original)
+++ ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml Sun Jan 13 15:34:16 2008
@@ -113,6 +113,7 @@
<set from-field="orderItem.orderItemSeqId" field="newValue.orderItemSeqId"/>
<set from-field="orderItem.orderId" field="newValue.orderId"/>
<set from-field="orderItem.statusId" field="newValue.statusId"/>
+ <set from-field="parameters.userLogin.userLoginId" field="newValue.statusUserLogin"/>
<now-timestamp-to-env env-name="newValue.statusDatetime"/>
<create-value value-name="newValue"/>
@@ -141,6 +142,7 @@
<set from-field="orderHeader.orderId" field="newValue.orderId"/>
<set from-field="orderHeader.statusId" field="newValue.statusId"/>
+ <set from-field="parameters.userLogin.userLoginId" field="newValue.statusUserLogin"/>
<now-timestamp-to-env env-name="newValue.statusDatetime"/>
<create-value value-name="newValue"/>