Commit 9d0cfe96 authored by Jérome Perrin's avatar Jérome Perrin

fix typos from r8821



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9127 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a849cc80
......@@ -66,7 +66,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>context = state[\'change.object\']\n
<value> <string>context = state_change[\'object\']\n
for movement in context.getAggregatedItemsNextImmobilisationMovementValueList():\n
if movement.getImmobilisationState() != \'calculating\':\n
movement.calculate_immobilisation_validity()\n
......
......@@ -66,7 +66,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>immobilisation = state[\'change.object\']\n
<value> <string>immobilisation = state_change[\'object\']\n
if immobilisation.getImmobilisationState() != \'calculating\':\n
immobilisation.calculate_immobilisation_validity()\n
</string> </value>
......
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