Commit 3bfcdad5 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: use comparison_operator

(squash later)
parent ae8e8348
......@@ -5,5 +5,6 @@ portal.portal_catalog.searchAndActivate(
method_id='ActiveProcess_removeItselfFromActivityTool',
reference=context.Base_getDocumentScannerDefaultReference(),
# Active Process don't have creation date set
modification_date="< %s" % (DateTime()-4).earliestTime(),
modification_date=(DateTime()-4).earliestTime(),
comparison_operator="<"
)
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