Commit 62cbe4e3 authored by Frank Bergmann's avatar Frank Bergmann
parents 2fb9f47a 8b98fad3
......@@ -72,7 +72,7 @@ set action_url "/intranet-exchange-rate/index"
set form_mode "edit"
set year_options [list]
for {set i 2010} {$i <= 2025} {incr i} { lappend year_options [list $i $i] }
for {set i 2010} {$i <= 2029} {incr i} { lappend year_options [list $i $i] }
ad_form \
-name $form_id \
......
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