summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2008-06-02 17:06:10 +0000
committerivan <ivan>2008-06-02 17:06:10 +0000
commitd76656e264a41d7c3f272aa355a56d87f0f4e877 (patch)
tree6f4c68ed55f4ac8015fff9bd67df74a7f0cd563f /htetc/handler.pl
parentf7f6eb47c07f0280cb7f73f3dd42ffa423931a7d (diff)
badly placed small_custview all of a sudden causing fatal errors?! wtf
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 43007c0b5..f17a1f461 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -130,8 +130,9 @@ sub handler
use FS::Record qw(qsearch qsearchs fields dbdef str2time_sql);
use FS::Conf;
use FS::CGI qw(header menubar popurl rooturl table itable ntable idiot
- eidiot small_custview myexit http_header);
+ eidiot myexit http_header);
use FS::UI::Web qw(svc_url);
+ use FS::UI::Web::small_custview qw(small_custview);
use FS::UI::bytecount;
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email send_fax states_hash counties state_label );