Author: jacopoc
Date: Sun Aug 24 21:39:00 2008
New Revision: 688613
URL:
http://svn.apache.org/viewvc?rev=688613&view=revLog:
Formatting fix.
Modified:
ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml
Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml?rev=688613&r1=688612&r2=688613&view=diff==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml Sun Aug 24 21:39:00 2008
@@ -230,10 +230,10 @@
<get-related-one value-name="newNonSerInventoryItem" relation-name="ProductFacility" to-value-name="productFacility"/>
<clear-field field-name="daysToShip"/>
<set field="daysToShip" from-field="productFacility.daysToShip"/>
- <if-empty field="daysToShip">
- <!-- if the product does not have its own days to ship, use Facility.defaultDaysToShip, if not then use 30 days as a USA industry default -->
+ <if-empty field="daysToShip">
+ <!-- if the product does not have its own days to ship, use Facility.defaultDaysToShip, if not then use 30 days as a USA industry default -->
<if-not-empty field="facility.defaultDaysToShip">
- <set field="daysToShip" from-field="facility.defaultDaysToShip" type="Long"/>
+ <set field="daysToShip" from-field="facility.defaultDaysToShip" type="Long"/>
<else>
<set field="daysToShip" value="30" type="Long"/>
</else>