svn commit: r489205 - /incubator/ofbiz/trunk/applications/order/data/OrderTypeData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r489205 - /incubator/ofbiz/trunk/applications/order/data/OrderTypeData.xml

sichen
Author: sichen
Date: Wed Dec 20 13:49:26 2006
New Revision: 489205

URL: http://svn.apache.org/viewvc?view=rev&rev=489205
Log:
new return reason: COD payment rejected

Modified:
    incubator/ofbiz/trunk/applications/order/data/OrderTypeData.xml

Modified: incubator/ofbiz/trunk/applications/order/data/OrderTypeData.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/data/OrderTypeData.xml?view=diff&rev=489205&r1=489204&r2=489205
==============================================================================
--- incubator/ofbiz/trunk/applications/order/data/OrderTypeData.xml (original)
+++ incubator/ofbiz/trunk/applications/order/data/OrderTypeData.xml Wed Dec 20 13:49:26 2006
@@ -247,6 +247,7 @@
     <ReturnReason sequenceId="02" returnReasonId="RTN_DEFECTIVE_ITEM" description="Defective Item"/>
     <ReturnReason sequenceId="03" returnReasonId="RTN_MISSHIP_ITEM" description="Mis-Shipped Item"/>
     <ReturnReason sequenceId="04" returnReasonId="RTN_DIG_FILL_FAIL" description="Digital Fulfillment Failed"/>
+    <ReturnReason sequenceId="05" returnReasonId="RTN_COD_REJECT" description="COD Payment Rejected"/>
 
     <!-- Return Types -->
     <ReturnType sequenceId="01" returnTypeId="RTN_CREDIT" description="Store Credit"/>