X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fglobal.asa;h=d04a5edbf54268c92e09f2fcb4e1242c79634d62;hb=29bb6991a3b7187784cd14a3806b0c9db38dd51b;hp=48d0d6fcd106be67bd6adfe25bbff382b24d59c9;hpb=12fca9ac80c2b0444a7916506f6e2a8fa98bc24d;p=freeside.git diff --git a/htetc/global.asa b/htetc/global.asa index 48d0d6fcd..d04a5edbf 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -9,12 +9,13 @@ use HTML::Entities; use IO::Handle; use IO::File; use String::Approx qw(amatch); -use HTML::Widgets::SelectLayers; +use HTML::Widgets::SelectLayers 0.02; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); 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,6 +49,8 @@ use FS::svc_www; use FS::type_pkgs; use FS::part_export; use FS::part_export_option; +use FS::export_svc; +use FS::msgcat; sub Script_OnStart { $Response->AddHeader('Pragma' => 'no-cache');