diff options
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index b6f6c6975..a06ebb180 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -60,6 +60,8 @@ sub handler use FS::UID qw(cgisuidsetup); use FS::Record qw(qsearch qsearchs fields); use FS::part_svc; + use FS::part_pkg; + use FS::pkg_svc; use FS::CGI qw(header menubar popurl table); $cgi = new CGI; |