From b611144fd62ed42c78f31094c39d6fccea14b70a Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Wed, 11 May 2005 08:50:01 +0000
Subject: [PATCH] Cleaned Item Tracking.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3021 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Tool/SimulationTool.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/product/ERP5/Tool/SimulationTool.py b/product/ERP5/Tool/SimulationTool.py
index d32dc59512..ffd5ddc0f2 100755
--- a/product/ERP5/Tool/SimulationTool.py
+++ b/product/ERP5/Tool/SimulationTool.py
@@ -814,7 +814,6 @@ class SimulationTool (BaseTool):
     # Traceability management                  
     security.declareProtected(Permissions.AccessContentsInformation, 'getTrackingList')
     def getTrackingList(self, src__=0,
-        ignore_variation=0, omit_simulation=0, omit_input=0, omit_output=0,
         selection_domain=None, selection_report=None, **kw) :
       """
       Returns a list of items in the form
@@ -890,8 +889,6 @@ class SimulationTool (BaseTool):
       sql_kw = self._generateSQLKeywordDict(table='item', **kw)
 
       return self.Resource_zGetTrackingList(src__=src__,
-          ignore_variation=ignore_variation, omit_simulation=omit_simulation,
-          omit_input=omit_input, omit_output=omit_output,
           selection_domain=selection_domain, selection_report=selection_report, **sql_kw)
 
     security.declareProtected(Permissions.AccessContentsInformation, 'getCurrentTrackingList')
-- 
2.30.9