summaryrefslogtreecommitdiff
path: root/htetc/global.asa
diff options
context:
space:
mode:
Diffstat (limited to 'htetc/global.asa')
-rw-r--r--htetc/global.asa3
1 files changed, 2 insertions, 1 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 1a81c4b1c..bb30608a4 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -14,6 +14,7 @@ use Time::Duration;
use Tie::IxHash;
use URI::Escape;
use HTML::Entities;
+use JSON;
use IO::Handle;
use IO::File;
use IO::Scalar;
@@ -47,7 +48,7 @@ use FS::cust_bill;
use FS::cust_bill_pay;
use FS::cust_credit;
use FS::cust_credit_bill;
-use FS::cust_main;
+use FS::cust_main qw(smart_search);
use FS::cust_main_county;
use FS::cust_pay;
use FS::cust_pkg;