From 550685eff557af23e242c545d6a9e27a7ef44f23 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 10 Oct 2005 12:20:57 +0000 Subject: updated quick payment entry --- htetc/global.asa | 3 ++- htetc/handler.pl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'htetc') 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; -- cgit v1.2.1