[Erp5-report] r7726 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/erp...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 15 11:17:17 CEST 2006


Author: kevin
Date: Thu Jun 15 11:17:13 2006
New Revision: 7726

URL: http://svn.erp5.org?rev=7726&view=rev
Log:
Revert previous commit.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml
    erp5/trunk/bt5/erp5_accounting/bt/change_log

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml?rev=7726&r1=7725&r2=7726&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml Thu Jun 15 11:17:13 2006
@@ -77,7 +77,7 @@
 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>

Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=7726&r1=7725&r2=7726&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log Thu Jun 15 11:17:13 2006
@@ -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.
 




More information about the Erp5-report mailing list