Commit 0df7c02c authored by Nicolas Delaby's avatar Nicolas Delaby

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16876 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5a5640da
...@@ -71,7 +71,7 @@ pl.activate().updateImmobilisationState()\n ...@@ -71,7 +71,7 @@ pl.activate().updateImmobilisationState()\n
# It is done before and after because stop_date may have change\n # It is done before and after because stop_date may have change\n
for movement in pl.getAggregatedItemsNextImmobilisationMovementValueList():\n for movement in pl.getAggregatedItemsNextImmobilisationMovementValueList():\n
if movement.getImmobilisationState() != \'calculating\':\n if movement.getImmobilisationState() != \'calculating\':\n
movement.calculatImmobilisationValidity()\n movement.calculateImmobilisationValidity()\n
\n \n
movement_list = pl.getImmobilisationMovementList()\n movement_list = pl.getImmobilisationMovementList()\n
movement_path_list = [x.getPath() for x in movement_list]\n movement_path_list = [x.getPath() for x in movement_list]\n
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<value> <string>pl = state_change[\'object\']\n <value> <string>pl = state_change[\'object\']\n
for movement in pl.getAggregatedItemsNextImmobilisationMovementValueList():\n for movement in pl.getAggregatedItemsNextImmobilisationMovementValueList():\n
if movement.getImmobilisationState() != \'calculating\':\n if movement.getImmobilisationState() != \'calculating\':\n
movement.calculatImmobilisationValidity()\n movement.calculateImmobilisationValidity()\n
context.ImmobilisationDelivery_expandAggregatedItems()\n context.ImmobilisationDelivery_expandAggregatedItems()\n
</string> </value> </string> </value>
</item> </item>
......
56 58
\ 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