Commit a83a1758 authored by Sebastien Robin's avatar Sebastien Robin

added a comment in order to exlain the fast parameter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10191 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a997ffee
......@@ -144,6 +144,10 @@ class DeliveryLine(Movement, XMLObject, XMLMatrix, Variated,
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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment