Commit 199e46ad authored by Sebastien Robin's avatar Sebastien Robin

changed financial_year_end_date to financial_year_stop_date


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1804 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 63e42d21
......@@ -130,7 +130,7 @@ class Organisation:
'acquisition_depends' : None,
'mode' : 'w' },
# Amortisation
{ 'id' : 'financial_year_end_date', # XXX rename to financial_year_stop_date
{ 'id' : 'financial_year_stop_date',
'description' : 'The date which ends the organisation financial year',
'type' : 'date',
'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