diff options
author | jeff <jeff> | 2007-04-19 23:30:41 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-19 23:30:41 +0000 |
commit | 1748e50c012a65ecb729f15e09169f5d8122a3b1 (patch) | |
tree | aedfbaafc7f921298a3065909cf7597ea245d18a /htetc | |
parent | db4034e2019cb6c7f455640b89e8d5fedeb28932 (diff) |
break _bytecount subroutines out of FS::UI::Web
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index d46742544..755e664b9 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; |