[Erp5-report] r27458 - /erp5/trunk/products/ERP5/Document/PaySheetCell.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 9 11:29:27 CEST 2009


Author: fabien
Date: Tue Jun  9 11:29:25 2009
New Revision: 27458

URL: http://svn.erp5.org?rev=27458&view=rev
Log:
this seems not used and it will be more clean that the caller directly call getQuantity

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

Modified: erp5/trunk/products/ERP5/Document/PaySheetCell.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetCell.py?rev=27458&r1=27457&r2=27458&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetCell.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetCell.py [utf8] Tue Jun  9 11:29:25 2009
@@ -64,11 +64,5 @@
                       , PropertySheet.MappedValue
                       )
 
-    def getNetConvertedQuantity(self):
-      """
-        We do not need conversion here
-      """
-      return self.getQuantity()
-
     def isAccountable(self):
       return 1




More information about the Erp5-report mailing list