diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml
index 32b824f9544f4c83cf3894a826b695b828d91139..92bbb3b3f6c352b26b786e2e8708eb7af8c0f47d 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml
@@ -118,8 +118,8 @@ account_columns = (\n
       (\'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
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index 02cfe0b571289e50a0fd82273cd7ef43b7d09185..aebfaa171de09b0b7060f62ed145db806a73f62b 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-213
\ No newline at end of file
+214
\ No newline at end of file