diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-10-22 04:19:53 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-10-22 04:19:53 -0700 |
commit | 2d2ba7d543ab88f52a245a8f274950f443c7c3df (patch) | |
tree | 9b19ed523b2d8bbcc62a7221cfcc8dcdabe4b99a /FS | |
parent | 73cc2b38c2743fd4d6f2bd0353f35ebd781f1566 (diff) |
4.x style advanced customer search
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Mason.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 041b76c10..cb195a059 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -129,6 +129,7 @@ if ( -e $addl_handler_use_file ) { midnight_sql regexp_sql ); use FS::Conf; + use FS::ConfDefaults; use FS::CGI qw(header menubar table itable ntable idiot eidiot myexit http_header); use FS::UI::Web qw(svc_url random_id |