From 96f38f78f6c2bcd4a8f02435376a3d77cd69b602 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Sat, 4 Mar 2006 16:31:18 +0000
Subject: [PATCH] update isAccountable docstring.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5981 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/InvoiceLine.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/product/ERP5/Document/InvoiceLine.py b/product/ERP5/Document/InvoiceLine.py
index cb736b50c8..b7db5d9b68 100755
--- a/product/ERP5/Document/InvoiceLine.py
+++ b/product/ERP5/Document/InvoiceLine.py
@@ -87,9 +87,8 @@ class InvoiceLine(DeliveryLine):
                                'isAccountable' )
     def isAccountable(self):
       """
-        Returns 1 if this needs to be accounted
-        Only account movements which are not associated to a delivery
-        Whenever delivery is there, delivery has priority
+        Invoice movements are never accountable, because they have no
+        impact on stock calculations.
       """
       # Never accountable
       return 0
-- 
2.30.9