X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=6ff9d436c0789fa52987674a32380d6c64546851;hb=c5c0ba135749164ec8ba75d18f76c29625e1bc7e;hp=d747fe4648296de40e85c31e4b76cb11bfb64dba;hpb=9410e9f656b950a9d4b383a3992fa50bb7a270db;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index d747fe464..6ff9d436c 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -59,6 +59,8 @@ sub handler #use CGI::Carp qw(fatalsToBrowser); use Date::Format; use Date::Parse; + use Tie::IxHash; + use HTML::Entities; use FS::UID qw(cgisuidsetup); use FS::Record qw(qsearch qsearchs fields); use FS::part_svc; @@ -66,7 +68,8 @@ sub handler use FS::pkg_svc; use FS::cust_pkg; use FS::cust_svc; - use FS::CGI qw(header menubar popurl table ntable); + use FS::part_bill_event; + use FS::CGI qw(header menubar popurl table itable ntable); $cgi = new CGI; &cgisuidsetup($cgi); @@ -75,6 +78,8 @@ sub handler } $r->content_type('text/html'); #eorar + + # @FS::CGI::headers or some other way to set no-cache headers!!! my $status = $ah->handle_request($r);