You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2010/05/18 11:06:57 UTC

svn commit: r945546 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml

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"/>