Author: hansbak
Date: Tue May 18 09:06:56 2010
New Revision: 945546

URL: http://svn.apache.org/viewvc?rev=945546&view=rev
Log:
corrected spelling error on simple method name

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=945546&r1=945545&r2=945546&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:06:56 2010
@@ -559,7 +559,7 @@ under the License.
         <call-simple-method method-name="updateCustRequestLastModifiedDate"/>
     </simple-method>
 
-    <simple-method method-name="updateCustRequestModifiedDate" 
short-description="update the modified date field in a customer request">
+    <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"/>
         <store-value value-field="custRequest"/>


Reply via email to