summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2008-06-02 17:06:09 +0000
committerivan <ivan>2008-06-02 17:06:09 +0000
commit3800ef16a8afab08bcec3f2f3c9ad7dc6657069d (patch)
tree08c20060d6fe995a7f48bd4e36636048dc980652 /htetc
parent1d2c5120add6c4c63723c7ef896b5d0b8fe962df (diff)
badly placed small_custview all of a sudden causing fatal errors?! wtf
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index ab9fa9503..383c5fc59 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -136,8 +136,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 );