From bfd011cd562723aeb29923e79a2ec1eb08f1d911 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sun, 8 Feb 2004 17:30:31 +0000
Subject: [PATCH] fixed Solanes typo replaced start_with_item with
 current_category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@417 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Interface/Variated.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/product/ERP5/Interface/Variated.py b/product/ERP5/Interface/Variated.py
index 866183eadd..01df764983 100755
--- a/product/ERP5/Interface/Variated.py
+++ b/product/ERP5/Interface/Variated.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
@@ -126,7 +126,7 @@ class Variated(Interface):
         pass
 
     def getVariationRangeCategoryItemList(self, base_category_list = (),
-                              method_id='getTitle', base=1,  start_with_item=None):
+                              method_id='getTitle', base=1,  current_category=None):
         """
             returns a list of (category.id, category.method_id()) which are acceptable
             as discrete variation values
@@ -141,7 +141,7 @@ class Variated(Interface):
         pass
 
     def getVariationRangeBaseCategoryItemList(self, base_category_list = (),
-                              method_id='getTitle', base=1,  start_with_item=None):
+                              method_id='getTitle', base=1,  current_category=None):
         """
             returns a list of base category items which are acceptable
             as discrete variation values
-- 
2.30.9