Commit 49d11398 authored by Nicolas Delaby's avatar Nicolas Delaby

expand after related movement reindexing

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17020 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 03cdc0ee
...@@ -75,7 +75,7 @@ for movement in movement_list:\n ...@@ -75,7 +75,7 @@ for movement in movement_list:\n
if item not in item_list:\n if item not in item_list:\n
item_list.append(item)\n item_list.append(item)\n
for item in item_list:\n for item in item_list:\n
item.activate(tag=\'expand_amortisation\', after_path_and_method_id=(movemement_path_list, \'updateImmobilisationState\', )).expandAmortisation()\n item.activate(tag=\'expand_amortisation\', after_path_and_method_id=(movemement_path_list, (\'immediateReindexObject\', \'recursiveImmediateReindexObject\', \'updateImmobilisationState\',) )).expandAmortisation()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
137 139
\ No newline at end of file \ 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