From 7462eec0d3a23b47f251c28076f341a0cbf8f8f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 23 Feb 2006 10:14:42 +0000
Subject: [PATCH] remove empty default parameters

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5800 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../AccountModule_viewAccountList/listbox.xml     | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountList/listbox.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountList/listbox.xml
index c5d114a081..daf7d30513 100755
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountList/listbox.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountList/listbox.xml
@@ -446,20 +446,7 @@
                 <item>
                     <key> <string>default_params</string> </key>
                     <value>
-                      <list>
-                        <tuple>
-                          <string>id</string>
-                          <string encoding="base64">Jyc=</string>
-                        </tuple>
-                        <tuple>
-                          <string>gap_title</string>
-                          <string encoding="base64">Jyc=</string>
-                        </tuple>
-                        <tuple>
-                          <string>title</string>
-                          <string encoding="base64">Jyc=</string>
-                        </tuple>
-                      </list>
+                      <list/>
                     </value>
                 </item>
                 <item>
-- 
2.30.9