X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fglobal.asa;h=62f45447527b0b07739d9813b05dbf0fd9d45880;hp=05769518388f8b1d01fc2da4c8c66f1cb49b8b75;hb=e6ea57971831f25d682d97a0ba508c39b66ecd8b;hpb=a7c1b602f88c177db34477ed4cdc1f72603f8995 diff --git a/htetc/global.asa b/htetc/global.asa index 057695183..62f454475 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -15,6 +15,7 @@ use FS::Record qw(qsearch qsearchs fields dbdef); use FS::Conf; use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot small_custview myexit); +use FS::Msgcat qw(gettext geterror); use FS::agent; use FS::agent_type; @@ -48,7 +49,8 @@ use FS::svc_www; use FS::type_pkgs; use FS::part_export; use FS::part_export_option; -use FS::msgcat qw(gettext geterror); +use FS::export_svc; +use FS::msgcat; sub Script_OnStart { $Response->AddHeader('Pragma' => 'no-cache');