Author: hansbak
Date: Tue May 18 09:58:00 2010
New Revision: 945570
URL: http://svn.apache.org/viewvc?rev=945570&view=rev
Log:
do not seem to get this right. solved another problem in previous commit
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml?rev=945570&r1=945569&r2=945570&view=diff
==============================================================================
---
ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml
(original)
+++
ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml
Tue May 18 09:58:00 2010
@@ -561,7 +561,7 @@ under the License.
<simple-method method-name="updateCustRequestLastModifiedDate"
short-description="update the modified date field in a customer request">
<entity-one entity-name="CustRequest" value-field="custRequest"/>
- <now-timestamp field="newEntity.lastModifiedDate"/>
+ <now-timestamp field="custRequest.lastModifiedDate"/>
<store-value value-field="custRequest"/>
</simple-method>