summaryrefslogtreecommitdiff
path: root/htetc/global.asa
diff options
context:
space:
mode:
authorivan <ivan>2005-02-11 06:44:27 +0000
committerivan <ivan>2005-02-11 06:44:27 +0000
commit3bc7d019313160a918a55cca6ab530f58db3673d (patch)
tree9647b9c6c3e22fda75541ddd7215524a3fe64de4 /htetc/global.asa
parenta85114872ad5e216d35eb9747dd5370e150276b7 (diff)
generalize progressbar code in preparation for using it wherever needed
Diffstat (limited to 'htetc/global.asa')
-rw-r--r--htetc/global.asa1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 94a103081..482572a80 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -29,6 +29,7 @@ use FS::Record qw(qsearch qsearchs fields dbdef);
use FS::Conf;
use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot
small_custview myexit http_header);
+use FS::UI::Web;
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email );
use FS::Report::Table::Monthly;