Author: jacopoc
Date: Fri Jul 6 10:10:10 2007
New Revision: 553958
URL:
http://svn.apache.org/viewvc?view=rev&rev=553958Log:
Formatting fixes: tabs to spaces
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?view=diff&rev=553958&r1=553957&r2=553958==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml Fri Jul 6 10:10:10 2007
@@ -313,12 +313,12 @@
<calcop operator="get" field-name="returnablePrice"/>
</calcop>
</calculate>
-
- <!-- just checking greater-equals sometimes returns an error if the difference is actually zero -->
+
+ <!-- just checking greater-equals sometimes returns an error if the difference is actually zero -->
<if-compare-field field-name="returnPriceDelta" operator="not-equals" to-field-name="zero" type="Double">
- <if-compare-field field-name="returnPriceDelta" operator="greater-equals" to-field-name="epsilon" type="Double">
- <add-error><fail-property resource="OrderErrorUiLabels" property="OrderReturnPriceCannotExceedThePurchasePrice"/></add-error>
- </if-compare-field >
+ <if-compare-field field-name="returnPriceDelta" operator="greater-equals" to-field-name="epsilon" type="Double">
+ <add-error><fail-property resource="OrderErrorUiLabels" property="OrderReturnPriceCannotExceedThePurchasePrice"/></add-error>
+ </if-compare-field >
</if-compare-field>
<check-errors/>
@@ -665,7 +665,7 @@
<select-field field-name="productTypeId"/>
</entity-one>
<entity-one entity-name="ReturnItemTypeMap" value-name="returnItemTypeMapping">
- <field-map env-name="product.productTypeId" field-name="returnItemMapKey"/>
+ <field-map env-name="product.productTypeId" field-name="returnItemMapKey"/>
</entity-one>
<else>
<!-- if not, try the ReturnItemTypeMap, but this may not actually work, so log a warning -->
@@ -765,7 +765,7 @@
<set-pk-fields map-name="parameters" value-name="newEntity"/>
<create-value value-name="newEntity"/>
</simple-method>
-
+
<simple-method method-name="cancelReturnItems" short-description="Update a ReturnItems">
<check-permission permission="ORDERMGR" action="_UPDATE"><fail-property resource="OrderErrorUiLabels" property="OrderSecurityErrorToRunCancelReturnItems"/></check-permission>
<check-errors/>