From 4c7c37263bf1a88b3be1c985f9cac2d3a5b72262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Thu, 20 Mar 2008 15:32:14 +0000 Subject: [PATCH] do not display none category and order them based on int_index git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20075 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../InternalMoneyPayment_view/my_payment_type.xml | 2 +- bt5/erp5_banking_cash/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyPayment_view/my_payment_type.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyPayment_view/my_payment_type.xml index 139618188b..5ec47b9bf6 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyPayment_view/my_payment_type.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyPayment_view/my_payment_type.xml @@ -281,7 +281,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: here.portal_categories.payment_type.getCategoryChildTitleItemList()</string> </value> + <value> <string>python: here.portal_categories.payment_type.getCategoryChildTitleItemList(display_none_category=0, sort_id=\'int_index\')</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_cash/bt/revision b/bt5/erp5_banking_cash/bt/revision index d4fa8df000..e1f27603b6 100644 --- a/bt5/erp5_banking_cash/bt/revision +++ b/bt5/erp5_banking_cash/bt/revision @@ -1 +1 @@ -612 \ No newline at end of file +613 \ No newline at end of file -- 2.30.9