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 2008/07/21 14:56:13 UTC

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

Author: hansbak
Date: Mon Jul 21 05:56:12 2008
New Revision: 678404

URL: http://svn.apache.org/viewvc?rev=678404&view=rev
Log:
correcting an error as reported by Jacopo in the mailinglist

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=678404&r1=678403&r2=678404&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 Mon Jul 21 05:56:12 2008
@@ -303,7 +303,7 @@
 
     <simple-method method-name="setCustRequestStatus" short-description="change the customer request Status">
         <entity-one entity-name="CustRequest" value-name="custRequest"/>
-        <field-to-result field-name="parameters.statusId" result-name="oldStatusId"/>
+        <field-to-result field-name="custRequest.statusId" result-name="oldStatusId"/>
         <if-compare-field field="custRequest.statusId" to-field="parameters.statusId" operator="not-equals">
             <entity-one entity-name="StatusValidChange" value-name="statusChange">
                 <field-map field-name="statusId" env-name="custRequest.statusId"/>