[Erp5-report] r38180 yusei - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_sk...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 8 06:45:20 CEST 2010


Author: yusei
Date: Wed Sep  8 06:45:20 2010
New Revision: 38180

URL: http://svn.erp5.org?rev=38180&view=rev
Log:
2010-09-08 yusei
Revert my change on AccountingTransactionModule_getJournalSectionLineList at 2010-09-02.

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalSectionLineList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalSectionLineList.xml?rev=38180&r1=38179&r2=38180&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalSectionLineList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalSectionLineList.xml [utf8] Wed Sep  8 06:45:20 2010
@@ -74,8 +74,7 @@ if project_uid:\n
 account_title_cache = dict()\n
 def getAccountGapIdAndTitle(node_relative_url):\n
   if node_relative_url not in account_title_cache:\n
-    account = portal.restrictedTraverse(node_relative_url)\n
-    title = \'%s %s\' % (account.Account_getGapId(gap_root=gap_root), account.getTitle())\n
+    title = portal.restrictedTraverse(node_relative_url).Account_getGapId(gap_root=gap_root)\n
     account_title_cache[node_relative_url] = title\n
   return account_title_cache[node_relative_url]\n
 \n

Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=38180&r1=38179&r2=38180&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] Wed Sep  8 06:45:20 2010
@@ -1,3 +1,6 @@
+2010-09-08 yusei
+Revert my change on AccountingTransactionModule_getJournalSectionLineList at 2010-09-02.
+
 2010-09-03 yusei
 * Add Base_getAccountingWorkflowId and Base_getTranslatedAccountingWorkflowStateItemList to make accounting workflow easier to customise.
 

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=38180&r1=38179&r2=38180&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Wed Sep  8 06:45:20 2010
@@ -1 +1 @@
-1345
\ No newline at end of file
+1348
\ No newline at end of file




More information about the Erp5-report mailing list