Commit 209db62f authored by Aurel's avatar Aurel

do not convert to str


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18465 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13b6c751
......@@ -211,7 +211,7 @@ class ArchiveTool(BaseTool):
REQUEST=REQUEST, RESPONSE=RESPONSE)
# Create inventory just before finish of hot reindexing
inventory_date = str(archive.getStopDateRangeMax())
inventory_date = archive.getStopDateRangeMax()
self.activate(passive_commit=1,
after_method_id=('playBackRecordedObjectList'),
priority=5).runInventoryMethod(archive.id,
......
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