Commit c8ccfd69 authored by Fabien Morin's avatar Fabien Morin

change sript_id name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17741 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e75ad79
......@@ -40,9 +40,10 @@ class PaySheetModel:
'default' : [],
'mode' : 'w'
},
{ 'id' : 'localized_calculation_script_id'
, 'description' : 'name of the script used to do localised calculs'
, 'type' : 'string'
, 'mode' : 'w'
{ 'id' : 'default_calculation_script_id',
'description' : 'If no script found on Pay Sheet Model Lines, this\
script is used to do localised calculs',
'type' : 'string',
'mode' : 'w',
},
)
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