You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2008/10/09 20:59:13 UTC

svn commit: r703231 - /ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml

Author: apatel
Date: Thu Oct  9 11:59:12 2008
New Revision: 703231

URL: http://svn.apache.org/viewvc?rev=703231&view=rev
Log:
Minor bug fix. Fixed field name.

Modified:
    ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml

Modified: ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml?rev=703231&r1=703230&r2=703231&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml (original)
+++ ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml Thu Oct  9 11:59:12 2008
@@ -1093,7 +1093,7 @@
             <field-map field-name="partyId" env-name="carrierPartyId"/>
             <field-map field-name="roleTypeId" value="CARRIER"/>
         </entity-one>
-        <field-to-request field-name="shipmentMethod.shippingDescription" request-name="shippingDescription"/>
+        <field-to-request field-name="shipmentMethod.description" request-name="shippingDescription"/>
 
         <set field="shoppingCart" from-field="parameters.shoppingCart"/>
         <if-empty field="shoppingCart">