Author: hansbak
Date: Tue Mar 16 07:53:51 2010
New Revision: 923608
URL:
http://svn.apache.org/viewvc?rev=923608&view=revLog:
spelling error in field name
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml?rev=923608&r1=923607&r2=923608&view=diff==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml Tue Mar 16 07:53:51 2010
@@ -207,9 +207,9 @@ under the License.
<set from-field="newEntity.communicationEventId" field="eventOrder.communicationEventId"/>
<create-value value-field="eventOrder"/>
</if-not-empty>
- <if-not-empty field="parameters.custReqId">
+ <if-not-empty field="parameters.custRequestId">
<make-value value-field="eventRequest" entity-name="CustRequestCommEvent"/>
- <set from-field="parameters.custReqId" field="eventRequest.custReqId"/>
+ <set from-field="parameters.custRequestId" field="eventRequest.custRequestId"/>
<set from-field="newEntity.communicationEventId" field="eventRequest.communicationEventId"/>
<create-value value-field="eventRequest"/>
</if-not-empty>