summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-19 23:30:41 +0000
committerjeff <jeff>2007-04-19 23:30:41 +0000
commit1748e50c012a65ecb729f15e09169f5d8122a3b1 (patch)
treeaedfbaafc7f921298a3065909cf7597ea245d18a /htetc/handler.pl
parentdb4034e2019cb6c7f455640b89e8d5fedeb28932 (diff)
break _bytecount subroutines out of FS::UI::Web
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index d467425..755e664 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -128,6 +128,7 @@ sub handler
use FS::CGI qw(header menubar popurl rooturl table itable ntable idiot
eidiot small_custview myexit http_header);
use FS::UI::Web qw(svc_url);
+ use FS::UI::bytecount;
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email send_fax states_hash counties state_label );
use FS::Report::Table::Monthly;