Author: mor
Date: Fri May 22 06:12:28 2009
New Revision: 777389
URL:
http://svn.apache.org/viewvc?rev=777389&view=revLog:
Minor changes in the comment
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml
Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml?rev=777389&r1=777388&r2=777389&view=diff==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml Fri May 22 06:12:28 2009
@@ -1070,7 +1070,7 @@
<!-- check whether this product is associated to any category, if not just skip -->
<if-not-empty field="productCategoryMembers">
<filter-list-by-date list="productCategoryMembers" to-list="pcms"/>
- <!-- check if this product is associated to any active category, if not found then activate the most recent expired category -->
+ <!-- check if this product is associated to any active category, if not found then activate the most recent inactive category -->
<if-empty field="pcms">
<first-from-list list="productCategoryMembers" entry="pcm"/>
<clear-field field="pcm.thruDate"/>
@@ -1092,7 +1092,7 @@
<!-- check whether this product is associated to any category, if not just skip -->
<if-not-empty field="productCategoryMembers">
<filter-list-by-date list="productCategoryMembers" to-list="pcms"/>
- <!-- check if this product is associated to any active category, if not found then activate the most recent expired category -->
+ <!-- check if this product is associated to any active category, if not found then activate the most recent inactive category -->
<if-empty field="pcms">
<first-from-list list="productCategoryMembers" entry="pcm"/>
<clear-field field="pcm.thruDate"/>