Commit 6c0bc024 authored by Jérome Perrin's avatar Jérome Perrin

Don't use setAggregateValueSet if we want stable ordering.

We where already checking if this item was in the list of aggregates.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34953 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 75b70ff1
......@@ -145,7 +145,7 @@ for line in kw.get(\'listbox\'):\n
movement_to_update = context\n
\n
if item not in movement_to_update.getAggregateValueList():\n
movement_to_update.setAggregateValueSet(\n
movement_to_update.setAggregateValueList(\n
movement_to_update.getAggregateValueList() + [item])\n
\n
\n
......
187
\ No newline at end of file
188
\ 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