X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=77a1f640fc691bafad59a1c5fa11511d933748ea;hb=095072cc3774598d942dd36d113b049cb46b7d2e;hp=383c5fc59d2f461878c9101c95bda99b2d84b536;hpb=3800ef16a8afab08bcec3f2f3c9ad7dc6657069d;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 383c5fc59..77a1f640f 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -104,8 +104,11 @@ sub handler use DateTime::Format::Strptime; use Lingua::EN::Inflect qw(PL); use Tie::IxHash; + use URI::URL; use URI::Escape; use HTML::Entities; + use HTML::TreeBuilder; + use HTML::FormatText; use JSON; use MIME::Base64; use IO::Handle; @@ -133,7 +136,9 @@ sub handler use FS::UID qw( adminsuidsetup cgisuidsetup getotaker dbh datasrc driver_name ); - use FS::Record qw(qsearch qsearchs fields dbdef str2time_sql); + use FS::Record qw( qsearch qsearchs fields dbdef + str2time_sql str2time_sql_closing + ); use FS::Conf; use FS::CGI qw(header menubar popurl rooturl table itable ntable idiot eidiot myexit http_header); @@ -159,6 +164,8 @@ sub handler use FS::part_pkg_taxclass; use FS::cust_pkg_reason; use FS::cust_refund; + use FS::cust_credit_refund; + use FS::cust_pay_refund; use FS::cust_svc; use FS::nas; use FS::part_bill_event; @@ -200,6 +207,7 @@ sub handler use FS::cdr; use FS::inventory_class; use FS::inventory_item; + use FS::pkg_category; use FS::pkg_class; use FS::access_user; use FS::access_user_pref;