svn commit: r559717 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

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

svn commit: r559717 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

apatel-2
Author: apatel
Date: Wed Jul 25 23:48:24 2007
New Revision: 559717

URL: http://svn.apache.org/viewvc?view=rev&rev=559717
Log:
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>