Author: mor
Date: Wed Jul 16 23:46:59 2008
New Revision: 677511
URL:
http://svn.apache.org/viewvc?rev=677511&view=revLog:
Earlier comment was a bit confusing since there was no mapping between order item types and return item types for entity ReturnItemTypeMap.
Modified:
ofbiz/trunk/applications/order/data/OrderTypeData.xml
Modified: ofbiz/trunk/applications/order/data/OrderTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/OrderTypeData.xml?rev=677511&r1=677510&r2=677511&view=diff==============================================================================
--- ofbiz/trunk/applications/order/data/OrderTypeData.xml (original)
+++ ofbiz/trunk/applications/order/data/OrderTypeData.xml Wed Jul 16 23:46:59 2008
@@ -279,7 +279,8 @@
<ReturnItemType description="Return Work-Effort Item" returnItemTypeId="RET_WE_ITEM" parentTypeId="RET_NPROD_ITEM"/>
<ReturnItemType description="Return Time-Entry Item" returnItemTypeId="RET_TE_ITEM" parentTypeId="RET_NPROD_ITEM"/>
- <!-- maps order item types and order adjustment types to return item types and return adjustment types -->
+ <!-- maps product types to return item types for product order items, order item types to return item types for other order items
+ and order adjustment types to return adjustment types. Separate mappings for different types of returns (customer vs. vendor) -->
<ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="FINISHED_GOOD" returnItemTypeId="RET_FPROD_ITEM"/>
<ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="MARKETING_PKG_AUTO" returnItemTypeId="RET_FPROD_ITEM"/>
<ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="MARKETING_PKG_PICK" returnItemTypeId="RET_FPROD_ITEM"/>