From c7e47db865bb3a20d66de2a3f211d3b838dfc141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 9 Jun 2008 14:44:56 +0000 Subject: [PATCH] mark this class as not used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21435 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PaySheetTransactionLine.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/product/ERP5/Document/PaySheetTransactionLine.py b/product/ERP5/Document/PaySheetTransactionLine.py index a7566d108e..f0ea4b969a 100644 --- a/product/ERP5/Document/PaySheetTransactionLine.py +++ b/product/ERP5/Document/PaySheetTransactionLine.py @@ -33,12 +33,9 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface from Products.ERP5.Document.AccountingTransactionLine import AccountingTransactionLine class PaySheetTransactionLine(AccountingTransactionLine): - """ - Pay Sheet Transaction Lines allow to move some quantity of money from a source to a destination like - an Accounting Transaction Line with more informative content - - A paysheet transaction line contain details of the paysheet calculation for accounting(ex: insurances, pension, helps...). - + """Not used and here for compatibility. + + Pay Sheet Transaction Line portal type uses AccountingTransactionLine class """ meta_type = 'ERP5 Pay Sheet Transaction Line' -- 2.30.9