Commit da5a7acb authored by Frank Bergmann's avatar Frank Bergmann

-- Show exchange rates until 2022

parent bab3cdbb
...@@ -72,7 +72,7 @@ set action_url "/intranet-exchange-rate/index" ...@@ -72,7 +72,7 @@ set action_url "/intranet-exchange-rate/index"
set form_mode "edit" set form_mode "edit"
set year_options [list] set year_options [list]
for {set i 1999} {$i <= 2018} {incr i} { lappend year_options [list $i $i] } for {set i 1999} {$i <= 2022} {incr i} { lappend year_options [list $i $i] }
ad_form \ ad_form \
-name $form_id \ -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