Commit 53b67a43 authored by Jérome Perrin's avatar Jérome Perrin

fixup! FEC: prevent parralel computation of the report

parent 8bef4a57
......@@ -60,7 +60,7 @@ if person_value is None:\n
portal_status_message=translateString("No person found for your user")))\n
\n
tag = \'AccountingTransactionModule_viewFrenchAccountingTransactionFile\'\n
aggregate_tag = \'%s:aggregate\'\n
aggregate_tag = \'%s:aggregate\' % tag\n
\n
if portal.portal_activities.countMessageWithTag(tag) or \\\n
portal.portal_activities.countMessageWithTag(aggregate_tag):\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