Added years to the expiration select
This commit is contained in:
parent
3a06647336
commit
82172751dd
1 changed files with 5 additions and 1 deletions
|
|
@ -242,7 +242,11 @@ header h3 em {
|
|||
->addOption('2017', '2017')
|
||||
->addOption('2018', '2018')
|
||||
->addOption('2019', '2019')
|
||||
->addOption('2020', '2020')->raw();
|
||||
->addOption('2020', '2020')
|
||||
->addOption('2021', '2021')
|
||||
->addOption('2022', '2022')
|
||||
->addOption('2023', '2023')
|
||||
->addOption('2024', '2024')->raw();
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue