Commit 1be0e377 authored by Jérome Perrin's avatar Jérome Perrin

added a comment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5631 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0349547b
...@@ -90,7 +90,8 @@ for transaction in transaction_list :\n ...@@ -90,7 +90,8 @@ for transaction in transaction_list :\n
# we only take into account transaction that are related to this\n # we only take into account transaction that are related to this\n
# organisation. \n # organisation. \n
# FIXME: this approach is not compatible with categories as section.\n # FIXME: this approach is not compatible with categories as section.\n
# FIXME: and not compatible with 100 000 transactions.\n # FIXME: and not compatible with 100 000 transactions, but as we only search\n
# for draft, planned or confirmed transactions, it should be ok.\n
if transaction.getSourceSectionUid() == organisation_section.getUid() or \\\n if transaction.getSourceSectionUid() == organisation_section.getUid() or \\\n
transaction.getDestinationSectionUid() == organisation_section.getUid() :\n transaction.getDestinationSectionUid() == organisation_section.getUid() :\n
if transaction.getSimulationState() not in valid_states :\n if transaction.getSimulationState() not in valid_states :\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