Commit 36c2888c authored by Yoshinori Okuji's avatar Yoshinori Okuji

2007-05-22 yo

* The budget constraint should check start_date_range_min and start_date_range_max, instead of start_date.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14545 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c91a386a
......@@ -34,7 +34,8 @@ class BudgetConstraint:
_constraints = (
{ 'id' : 'property_existence',
'type' : 'PropertyExistence',
'start_date' : None,
'description' : 'Start date is not defined.'
'start_date_range_min' : None,
'start_date_range_max' : None,
'description' : 'Budget term is not defined.'
},
)
2007-05-22 yo
* The budget constraint should check start_date_range_min and start_date_range_max, instead of start_date.
2005-02-16 Romain
* Build for CVS.
......
7
\ No newline at end of file
9
\ 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