svn commit: r568216 - /ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java

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

svn commit: r568216 - /ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java

jonesde
Author: jonesde
Date: Tue Aug 21 10:53:08 2007
New Revision: 568216

URL: http://svn.apache.org/viewvc?rev=568216&view=rev
Log:
Added comments about ReturnItem update stuff

Modified:
    ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java

Modified: ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java?rev=568216&r1=568215&r2=568216&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java (original)
+++ ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java Tue Aug 21 10:53:08 2007
@@ -958,7 +958,9 @@
                         
                         // NOTE: an alternative method would be to see if the total has been received for each
                         //ReturnItem (receivedQuantity vs returnQuantity), but we may have a hard time matching
-                        //those up so that information is probably not as reliable
+                        //those up so that information is probably not as reliable; another note: as of 20070821
+                        //the receipt procesing code properly updates ReturnItem with receivedQuantity and status
+                        //so we _could_ possibly move to that method if needed
                         
                         // loop through ReturnItem records, get totals for each productId
                         Map returnQuantityByProductIdMap = FastMap.newInstance();