From e2b92217fe487ce8affa28694ef0fdd8bd432232 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Mon, 29 Mar 2004 22:03:14 +0000 Subject: [PATCH] use base_dialog instead of base_view_dialog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@631 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/skins/erp5_core/base_update_dialog.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5/skins/erp5_core/base_update_dialog.py b/product/ERP5/skins/erp5_core/base_update_dialog.py index 0fdaed428f..5449f231fa 100755 --- a/product/ERP5/skins/erp5_core/base_update_dialog.py +++ b/product/ERP5/skins/erp5_core/base_update_dialog.py @@ -3,6 +3,5 @@ # This script is only used in order to add a third button on # dialog pages wich is only used for udpates - dialog_method = update_method -return context.base_view_dialog(form_id,cancel_url,dialog_method,selection_name,dialog_id) +return context.base_dialog(form_id,cancel_url,dialog_method,selection_name,dialog_id) -- 2.30.9