From 3e1beddaea6967618b9237ff266b6276a997705f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 7 Feb 2006 19:05:37 +0000 Subject: [PATCH] no need to getPreference with new implementation of pref tool. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5592 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../listbox.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingTransactionList/listbox.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingTransactionList/listbox.xml index df0615acdc..219d4b495a 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingTransactionList/listbox.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingTransactionList/listbox.xml @@ -447,7 +447,7 @@ <list> <tuple> <string>section_category</string> - <string>here.portal_preferences.getPreference(\'preferred_accounting_transaction_section_category\')</string> + <string>here.portal_preferences.getPreferredAccountingTransactionSectionCategory()</string> </tuple> </list> </value> -- 2.30.9