summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2006-12-18 11:01:14 +0000
committerivan <ivan>2006-12-18 11:01:14 +0000
commit25c113d3edad9809e3834a298f79987fa65e6d7c (patch)
treef6149318c6a564839d7a50c0dd5b87c538fe7b8e /htetc/handler.pl
parentdbaa70f427d50632c70e67f1238ccfa7a845f616 (diff)
fix tax class not adding when there is only one pkg_class choice (triggers javascript error
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 0da7a80..d7a6c6a 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);