[Erp5-report] r10191 - /erp5/trunk/products/ERP5/Document/DeliveryLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 19 22:06:03 CEST 2006


Author: seb
Date: Tue Sep 19 22:06:02 2006
New Revision: 10191

URL: http://svn.erp5.org?rev=10191&view=rev
Log:
added a comment in order to exlain the fast parameter

Modified:
    erp5/trunk/products/ERP5/Document/DeliveryLine.py

Modified: erp5/trunk/products/ERP5/Document/DeliveryLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryLine.py?rev=10191&r1=10190&r2=10191&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryLine.py (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryLine.py Tue Sep 19 22:06:02 2006
@@ -144,6 +144,10 @@
     def getTotalQuantity(self, fast=1):
       """
         Returns the quantity if no cell or the total quantity if cells
+
+        If fast is equal to 0, we returns the right quantity even
+        if there is nothing into the catalog or the catalog is not
+        up to date
       """
       base_id = 'movement'
       if not self.hasCellContent(base_id=base_id):




More information about the Erp5-report mailing list