Commit 96f38f78 authored by Jérome Perrin's avatar Jérome Perrin

update isAccountable docstring.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5981 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 898caf11
...@@ -87,9 +87,8 @@ class InvoiceLine(DeliveryLine): ...@@ -87,9 +87,8 @@ class InvoiceLine(DeliveryLine):
'isAccountable' ) 'isAccountable' )
def isAccountable(self): def isAccountable(self):
""" """
Returns 1 if this needs to be accounted Invoice movements are never accountable, because they have no
Only account movements which are not associated to a delivery impact on stock calculations.
Whenever delivery is there, delivery has priority
""" """
# Never accountable # Never accountable
return 0 return 0
......
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