diff options
author | ivan <ivan> | 2005-10-10 12:20:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-10-10 12:20:57 +0000 |
commit | 550685eff557af23e242c545d6a9e27a7ef44f23 (patch) | |
tree | f269ba2ad03102153812a8e95d4c7b8ecb5f7994 /htetc | |
parent | cf8f8aafc5595b31f24a7b0d06289c830d123cb8 (diff) |
updated quick payment entry
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; |