don't specify date (not on submitting form)
[freeside.git] / htetc / global.asa
index 083f225..48d0d6f 100644 (file)
@@ -10,7 +10,7 @@ use IO::Handle;
 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
@@ -47,7 +47,7 @@ use FS::svc_forward;
 use FS::svc_www;
 use FS::type_pkgs;
 use FS::part_export;
-#use FS::part_export_option;
+use FS::part_export_option;
 
 sub Script_OnStart {
   $Response->AddHeader('Pragma' => 'no-cache');