diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-10-22 04:19:57 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-10-22 04:19:57 -0700 |
| commit | 17e0ba08c98efa2e0173995ae9502a498b950a65 (patch) | |
| tree | 0d079109ea729d4120f2597e961f567d7a83815e /FS | |
| parent | ad20de4aa7709e54f5af5670946ccc64484a8cf8 (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 9d9292e9d..cbb73f4d9 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 |
