summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2001-10-15 14:58:03 +0000
committerivan <ivan>2001-10-15 14:58:03 +0000
commit9410e9f656b950a9d4b383a3992fa50bb7a270db (patch)
tree9cdaced18cfa970edc1d353afa7ff2b648fc257c /htetc/handler.pl
parenta984fa561b6493ae41215c3d26013767f9ce79cb (diff)
date editing
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index a06ebb180..d747fe464 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -57,12 +57,16 @@ sub handler
use vars qw( $cgi $p );
use CGI;
#use CGI::Carp qw(fatalsToBrowser);
+ use Date::Format;
+ use Date::Parse;
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);
+ use FS::cust_pkg;
+ use FS::cust_svc;
+ use FS::CGI qw(header menubar popurl table ntable);
$cgi = new CGI;
&cgisuidsetup($cgi);