diff options
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/global.asa | 3 | ||||
-rw-r--r-- | htetc/handler.pl | 1 |
2 files changed, 3 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; diff --git a/htetc/handler.pl b/htetc/handler.pl index 737e5af0b..851b2e7d2 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -99,6 +99,7 @@ sub handler use Tie::IxHash; use URI::Escape; use HTML::Entities; + use JSON; use IO::Handle; use IO::File; use IO::Scalar; |