[freeside-commits] branch FREESIDE_4_BRANCH updated. 1eb23cef095341f9138f81035cf35de73d3b205d

Ivan Kohler ivan at freeside.biz
Fri Dec 1 18:23:31 PST 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  1eb23cef095341f9138f81035cf35de73d3b205d (commit)
      from  7b26841755388c73dd527a62db5cca4d63e5c23a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1eb23cef095341f9138f81035cf35de73d3b205d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Dec 1 18:23:30 2017 -0800

    keeping up with the times

diff --git a/ng_selfservice/elements/card.php b/ng_selfservice/elements/card.php
index 765eb6c40..4d502c223 100644
--- a/ng_selfservice/elements/card.php
+++ b/ng_selfservice/elements/card.php
@@ -18,7 +18,7 @@
         <TD> / </TD>
         <TD>
           <SELECT NAME="year">
-            <? $years = array( '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023' );
+            <? $years = array( '2018', '2019', '2020', '2021', '2022', '2023', '2024', '2025', '2026' );
                foreach ( $years as $y ) {
             ?>
                   <OPTION <? if ($y == $year ) { echo 'SELECTED'; } ?>><? echo $y; ?>

-----------------------------------------------------------------------

Summary of changes:
 ng_selfservice/elements/card.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list