From 0e4dfbec8982b9f5448db72bc947504a1e95c2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 22 Apr 2009 11:59:17 +0000 Subject: [PATCH] stop sorting by preferred GAP id, because if it's not set for an account, it's not in the list (unless user sort on something else) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26584 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../AccountModule_viewAccountList/listbox.xml | 7 +------ bt5/erp5_accounting/bt/revision | 2 +- 2 files changed, 2 insertions(+), 7 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 8055f80660..c0f6c433c2 100644 --- 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 @@ -650,12 +650,7 @@ <item> <key> <string>sort</string> </key> <value> - <list> - <tuple> - <string>preferred_gap_id</string> - <string>ASC</string> - </tuple> - </list> + <list/> </value> </item> <item> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 721527c693..2ddfe0b71f 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -896 \ No newline at end of file +897 \ No newline at end of file -- 2.30.9