From d33332295c8c09893076b0594a398be1dd414cb7 Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Tue, 9 Jun 2009 09:29:25 +0000
Subject: [PATCH] this seems not used and it will be more clean that the caller
 directly call getQuantity

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27458 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/PaySheetCell.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/product/ERP5/Document/PaySheetCell.py b/product/ERP5/Document/PaySheetCell.py
index badafc6cb2..325af673d4 100644
--- a/product/ERP5/Document/PaySheetCell.py
+++ b/product/ERP5/Document/PaySheetCell.py
@@ -64,11 +64,5 @@ class PaySheetCell(InvoiceCell):
                       , PropertySheet.MappedValue
                       )
 
-    def getNetConvertedQuantity(self):
-      """
-        We do not need conversion here
-      """
-      return self.getQuantity()
-
     def isAccountable(self):
       return 1
-- 
GitLab