Commit f361afb1 authored by Jérome Perrin's avatar Jérome Perrin

Do not display accounts with no mirror_section / payment which have no

related transactions.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5718 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48c8020b
......@@ -231,6 +231,9 @@ for c in gap_value_list :\n
preferences = preferences ))\n
\n
else :\n
if len(portal.portal_simulation.getInventoryList(\n
node_uid = account.getUid(),\n
**account_inventory_list_cache_params )):\n
result.append(ReportSection(\n
path = account.getPhysicalPath(),\n
title = "%s: %s" % (c.getId(), account.getTitle()),\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment