svn commit: r549094 - /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: r549094 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

sichen
Author: sichen
Date: Wed Jun 20 05:53:48 2007
New Revision: 549094

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

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=549094&r1=549093&r2=549094
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Wed Jun 20 05:53:48 2007
@@ -697,8 +697,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"/>