From 22a431e4c0205e05196e61d3a6c695692652d282 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Thu, 7 Dec 2006 11:12:53 +0000
Subject: [PATCH] Typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11634 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/ParallelListField.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Form/ParallelListField.py b/product/ERP5Form/ParallelListField.py
index 786c81cb9f..11e591550a 100644
--- a/product/ERP5Form/ParallelListField.py
+++ b/product/ERP5Form/ParallelListField.py
@@ -160,7 +160,7 @@ class ParallelListValidator(Validator.MultiSelectionValidator):
   def validate(self, field, key, REQUEST):    
 
     result_list = []
-    hash_list = generateSubForm(field, value, REQUEST)
+    hash_list = generateSubForm(field, None, REQUEST)
     is_sub_field_required = 0
     for sub_field_property_dict in hash_list:
       try:
-- 
2.30.9