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 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -71,7 +68,7 @@
<value> <string>pl = state_change[\'object\']\n
for movement in pl.getAggregatedItemsNextImmobilisationMovementValueList():\n
if movement.getImmobilisationState() != \'calculating\':\n
movement.calculate_immobilisation_validity()\n
movement.calculatImmobilisationValidity()\n
context.ImmobilisationDelivery_expandAggregatedItems()\n
</string> </value>
</item>
......
50
\ No newline at end of file
52
\ 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