[Erp5-report] r13414 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 14 14:32:59 CET 2007


Author: jerome
Date: Wed Mar 14 14:32:57 2007
New Revision: 13414

URL: http://svn.erp5.org?rev=13414&view=rev
Log:
use getCategoryChildValueList(is_self_excluded= instead of adding self to the list.


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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml?rev=13414&r1=13413&r2=13414&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml Wed Mar 14 14:32:57 2007
@@ -118,8 +118,8 @@
       (\'running_total_price\', \'Net\'), )\n
 \n
 if gap:\n
-  gap_value_list = [cat_tool.gap.restrictedTraverse(gap)] + \\\n
-              cat_tool.gap.restrictedTraverse(gap).getCategoryChildValueList()\n
+  gap_value_list = cat_tool.gap.restrictedTraverse(gap)\\\n
+                       .getCategoryChildValueList(is_self_excluded=0)\n
 else:\n
   cat = \'gap/%s\' % (\n
     context.portal_preferences.getPreferredAccountingTransactionGap()\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=13414&r1=13413&r2=13414&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Wed Mar 14 14:32:57 2007
@@ -1,1 +1,1 @@
-213
+214




More information about the Erp5-report mailing list