Enabled RecurSchedule to have 3,4,5 years

This commit is contained in:
Deon George 2016-01-11 10:07:46 +11:00
parent b088de0631
commit 75bcbf0856
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ class StaticList_RecurSchedule extends StaticList {
3=>_('Semi-Annually'),
4=>_('Annually'),
5=>_('Two years'),
6=>_('Three Years')
6=>_('Three Years'),
7=>_('Four Years'),
8=>_('Five Years'),
);
}