Commit 2a98bf49 authored by Nicolas Delaby's avatar Nicolas Delaby

change method name 'calculate_immobilisation_validity' by 'calculateImmobilisationValidity'

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16864 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9649cd61
......@@ -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>
......@@ -74,7 +71,7 @@ pl.activate().updateImmobilisationState()\n
# It is done before and after because stop_date may have change\n
for movement in pl.getAggregatedItemsNextImmobilisationMovementValueList():\n
if movement.getImmobilisationState() != \'calculating\':\n
movement.calculate_immobilisation_validity()\n
movement.calculatImmobilisationValidity()\n
\n
movement_list = pl.getImmobilisationMovementList()\n
movement_path_list = [x.getPath() for x in movement_list]\n
......
49
\ No newline at end of file
50
\ 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