Author: apatel
Date: Wed Jul 25 23:48:24 2007
New Revision: 559717
URL:
http://svn.apache.org/viewvc?view=rev&rev=559717Log:
field was never set.
Modified:
ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?view=diff&rev=559717&r1=559716&r2=559717==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Wed Jul 25 23:48:24 2007
@@ -226,7 +226,7 @@
</entity-and>
<first-from-list entry-name="oldInventoryItemStatus" list-name="oldInventoryItemStatusList"/>
<if-not-empty field-name="oldInventoryItemStatus">
- <set field="oldInventoryItemStatusList.statusEndDatetime"/>
+ <set field="oldInventoryItemStatusList.statusEndDatetime" from-field="now"/>
<store-value value-name="oldInventoryItemStatus"/>
</if-not-empty>