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

Change method name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16866 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccda54ac
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<string>Products.PythonScripts.PythonScript</string> <tuple/>
<string>PythonScript</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -71,7 +68,7 @@ ...@@ -71,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.calculate_immobilisation_validity()\n movement.calculatImmobilisationValidity()\n
context.ImmobilisationDelivery_expandAggregatedItems()\n context.ImmobilisationDelivery_expandAggregatedItems()\n
</string> </value> </string> </value>
</item> </item>
......
50 52
\ 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