Return list of years for model year until current year. #434
This commit is contained in:
parent
2cf5542037
commit
473e7a8e51
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ class CMBCustomerHandler implements CustomerHandlerInterface
|
|||
protected function generateYearOptions()
|
||||
{
|
||||
$start_year = 1950;
|
||||
return range($start_year, date("Y") + 1);
|
||||
return range($start_year, date("Y"));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue