X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=2f8146e3eaad17df7384cbe41a98a8284b043541;hb=fd597aef277c522889a849d78dc7dcae67d00d95;hp=5f244921e72ccb609f11825e62737fcea27f452f;hpb=f96adaf19c0097ef8c9d6f29a5541b75381cc05d;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 5f244921e..2f8146e3e 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -67,7 +67,7 @@ sub handler use IO::File; use String::Approx qw(amatch); use HTML::Widgets::SelectLayers; - use FS::UID qw(cgisuidsetup dbh getotaker datasrc); + 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 @@ -104,7 +104,8 @@ sub handler use FS::svc_www; use FS::type_pkgs; use FS::part_export; - #use FS::part_export_option; + use FS::part_export_option; + use FS::msgcat qw(gettext geterror); *CGI::redirect = sub { my( $self, $location ) = @_;