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 597a11e3797bb5b86485ba2478ad57201ff607d1..ca210c2b02dd30ce19b70a7aaa0e1f4713c31fc3 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
@@ -239,7 +239,7 @@ for c in gap_value_list:\n
                                                \'ascending\')]))\n
 total_params = params.copy()\n
 if gap:\n
-  total_params[\'node_category\'] = gap\n
+  total_params[\'node_category\'] = \'gap/%s\' % gap\n
 result.append(ReportSection(\n
               path=context.getPhysicalPath(),\n
               title=N_("Total"),\n
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index dd4a90065ceb3d30cc38d69c0e85d96466c90bd1..b8e817d4f8350da183e38145325940a42494db8a 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-254
\ No newline at end of file
+255
\ No newline at end of file