From 10eda43bba8dde675c02694bca4da2ebd8d0ae98 Mon Sep 17 00:00:00 2001 From: Leonardo Rochael Almeida <leonardo@nexedi.com> Date: Wed, 30 Dec 2009 03:41:18 +0000 Subject: [PATCH] Fix PythonScript syntax error: non-default argument follows default argument git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31529 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_ods_style/Listbox_getReportTreeStructure.xml | 5 +++-- bt5/erp5_ods_style/bt/revision | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/Listbox_getReportTreeStructure.xml b/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/Listbox_getReportTreeStructure.xml index e003dc1005..2549d34eff 100644 --- a/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/Listbox_getReportTreeStructure.xml +++ b/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/Listbox_getReportTreeStructure.xml @@ -104,7 +104,7 @@ return structure\n </item> <item> <key> <string>_params</string> </key> - <value> <string>listbox_line_list=None, is_report_tree_mode, is_domain_tree_mode</string> </value> + <value> <string>listbox_line_list=None, is_report_tree_mode=False, is_domain_tree_mode=False</string> </value> </item> <item> <key> <string>errors</string> </key> @@ -155,7 +155,8 @@ return structure\n <value> <tuple> <none/> - <none/> + <int>0</int> + <int>0</int> </tuple> </value> </item> diff --git a/bt5/erp5_ods_style/bt/revision b/bt5/erp5_ods_style/bt/revision index bcad85486c..37c3b662e1 100644 --- a/bt5/erp5_ods_style/bt/revision +++ b/bt5/erp5_ods_style/bt/revision @@ -1 +1 @@ -225 \ No newline at end of file +227 \ No newline at end of file -- 2.30.9