Commit e8ff4162 authored by Łukasz Nowak's avatar Łukasz Nowak

Avoid visiting same movement twice.

parent 8cc5c860
......@@ -59,7 +59,7 @@ select_dict= {\'delivery_uid\': None}\n
kw.update(\n
portal_type=\'Simulation Movement\',\n
sort_on=((\'uid\', \'ASC\'),),\n
uid=\'>= %s\' % uid,\n
uid=\'> %s\' % uid,\n
limit=69,\n
select_dict=select_dict,\n
left_join_list=select_dict.keys(),\n
......
60
\ No newline at end of file
61
\ No newline at end of file
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