diff options
author | ivan <ivan> | 2006-12-18 11:01:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-12-18 11:01:14 +0000 |
commit | 25c113d3edad9809e3834a298f79987fa65e6d7c (patch) | |
tree | f6149318c6a564839d7a50c0dd5b87c538fe7b8e /htetc | |
parent | dbaa70f427d50632c70e67f1238ccfa7a845f616 (diff) |
fix tax class not adding when there is only one pkg_class choice (triggers javascript error
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 0da7a80fe..d7a6c6a53 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -119,7 +119,7 @@ sub handler use Chart::LinesPoints; use Chart::Mountain; use Color::Scheme; - use HTML::Widgets::SelectLayers 0.05; + use HTML::Widgets::SelectLayers 0.06; use Locale::Country; use FS; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); |