From 0561099767db16ebbff2acab1c2f72bc3ad27997 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Thu, 15 Jun 2006 09:17:13 +0000
Subject: [PATCH] Revert previous commit.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7726 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../AccountingTransaction_getSourceSectionItemList.xml         | 2 +-
 bt5/erp5_accounting/bt/change_log                              | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml
index f0658c6ee1..2ce0bd7f82 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml
@@ -77,7 +77,7 @@ section_cat_obj = context.portal_categories.resolveCategory(section_cat)\n
 valids = section_cat_obj.getGroupRelatedValueList(portal_type=\'Organisation\')\n
 \n
 # convert to ListField format\n
-return [(valid.getCorporateName() or valid.getTitle(), valid.getRelativeUrl()) for valid in valids]\n
+return [(valid.getTitle(), valid.getRelativeUrl()) for valid in valids]\n
 </string> </value>
         </item>
         <item>
diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log
index b1fc061df5..efed7b93b9 100644
--- a/bt5/erp5_accounting/bt/change_log
+++ b/bt5/erp5_accounting/bt/change_log
@@ -1,3 +1,6 @@
+2006-06-15 Kevin
+* Revert previous commit.
+
 2006-06-14 Kevin
 * Return corporate name if possible when displaying the list of organisations.
 
-- 
2.30.9