Author: jacopoc
Date: Wed Jul 18 02:17:37 2007
New Revision: 557207
URL:
http://svn.apache.org/viewvc?view=rev&rev=557207Log:
Fixed wrong field-to-result operation; thanks to Bilgin Ibryam for the patch (OFBIZ-1138).
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?view=diff&rev=557207&r1=557206&r2=557207==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml Wed Jul 18 02:17:37 2007
@@ -176,7 +176,7 @@
<result-to-field result-name="noteId" map-name="newEntity"/>
</call-service>
<create-value value-name="newEntity"/>
- <field-to-result field-name="noteId" result-name="newEntity.noteId"/>
+ <field-to-result field-name="newEntity.noteId" result-name="noteId"/>
</simple-method>
<simple-method method-name="getCustRequestsByRole" short-description="Create Customer RequestItem Note">