weight, plan and plandata fields in part_bill_event
[freeside.git] / htetc / handler.pl
index d10ecc9..6ff9d43 100644 (file)
@@ -59,6 +59,7 @@ 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);
@@ -67,6 +68,7 @@ sub handler
       use FS::pkg_svc;
       use FS::cust_pkg;
       use FS::cust_svc;
+      use FS::part_bill_event;
       use FS::CGI qw(header menubar popurl table itable ntable);
 
       $cgi = new CGI;
@@ -77,7 +79,7 @@ sub handler
     $r->content_type('text/html');
     #eorar
 
-    # @FS::CGI::@headers or some other way to set no-cache headers!!!
+    # @FS::CGI::headers or some other way to set no-cache headers!!!
     
     my $status = $ah->handle_request($r);