X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fglobal.asa;h=20ef1467d7ca1e536e2eca8056b45b06f26ca531;hp=c22afc1321b4da03bb999fbf52d25523f475c435;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=f02dd9b0e5042ef000d9338089eed50988d48914 diff --git a/htetc/global.asa b/htetc/global.asa index c22afc132..20ef1467d 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -5,6 +5,7 @@ use CGI; use HTML::Entities; use Date::Format; use Date::Parse; +use Tie::IxHash; use FS::UID qw(cgisuidsetup dbh); use FS::Record qw(qsearch qsearchs fields); use FS::part_svc; @@ -12,6 +13,7 @@ use FS::part_pkg; 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); sub Script_OnStart {