svn commit: r549145 - /ofbiz/branches/release4.0/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: r549145 - /ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

sichen
Author: sichen
Date: Wed Jun 20 09:16:06 2007
New Revision: 549145

URL: http://svn.apache.org/viewvc?view=rev&rev=549145
Log:
Fix orderBy in balanceInventoryItems service

Modified:
    ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

Modified: ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?view=diff&rev=549145&r1=549144&r2=549145
==============================================================================
--- ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Wed Jun 20 09:16:06 2007
@@ -628,8 +628,8 @@
 
         <!-- sort the list by date -->
         <string-to-list string="reservedDatetime" list-name="orderByList"/>
-        <order-value-list list-name="reservations" order-by-list-name="orderByList"/>
         <set field="orderByList[]" value="sequenceId"/>
+        <order-value-list list-name="reservations" order-by-list-name="orderByList"/>
 
         <list-to-list list-name="privilegedReservations" to-list-name="allReservations"/>
         <list-to-list list-name="reservations" to-list-name="allReservations"/>