From f140aeca906d4ddb3eef2534489119c3941ab9a6 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Fri, 5 Mar 2004 13:15:27 +0000
Subject: [PATCH] a paremeter was missing when calling update_relation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@548 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/skins/erp5_core/base_update_relation.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/skins/erp5_core/base_update_relation.py b/product/ERP5/skins/erp5_core/base_update_relation.py
index 01a7a39e7f..a480037b14 100755
--- a/product/ERP5/skins/erp5_core/base_update_relation.py
+++ b/product/ERP5/skins/erp5_core/base_update_relation.py
@@ -108,7 +108,8 @@ try:
                                 selection_index,
                                 selection_name,
                                 uids,
-                                object_uid)
+                                object_uid,
+                                listbox_uid=None)
     elif len(relation_list) > 0:
       # If we have only one in the list, we don't want to lose our time by
       # selecting it. So we directly do the update
-- 
2.30.9