svn commit: r1234929 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml

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

svn commit: r1234929 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml

eckardjf
Author: eckardjf
Date: Mon Jan 23 18:23:11 2012
New Revision: 1234929

URL: http://svn.apache.org/viewvc?rev=1234929&view=rev
Log:
removed code block that does nothing

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=1234929&r1=1234928&r2=1234929&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 Mon Jan 23 18:23:11 2012
@@ -279,12 +279,6 @@ under the License.
         <check-errors/>
 
         <if-empty field="parameters.returnItemTypeId">
-            <if-not-empty field="parameters.returnItemMapKey">
-                <!-- find the item mapping -->
-            </if-not-empty>
-        </if-empty>
-
-        <if-empty field="parameters.returnItemTypeId">
             <add-error>
                 <fail-property resource="OrderErrorUiLabels" property="OrderReturnItemTypeIsNotDefined"/>
             </add-error>