From: ivan Date: Tue, 22 Feb 2011 00:25:15 +0000 (+0000) Subject: another one of those "not sure why this never caused problems before" things X-Git-Tag: freeside_2_3_0~591 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c99c49621194f9c508583cab9080e25bf18f76d2 another one of those "not sure why this never caused problems before" things --- diff --git a/rt/lib/RT/Ticket_Overlay.pm b/rt/lib/RT/Ticket_Overlay.pm index e1809a377..3ab31d3c2 100644 --- a/rt/lib/RT/Ticket_Overlay.pm +++ b/rt/lib/RT/Ticket_Overlay.pm @@ -81,6 +81,7 @@ use RT::Transactions; use RT::Reminders; use RT::URI::fsck_com_rt; use RT::URI; +use RT::URI::freeside; use MIME::Entity; diff --git a/rt/lib/RT/URI/freeside.pm b/rt/lib/RT/URI/freeside.pm index 1bd2f534a..00a9ebb1c 100644 --- a/rt/lib/RT/URI/freeside.pm +++ b/rt/lib/RT/URI/freeside.pm @@ -83,6 +83,15 @@ A wrapper for the FS::cust_main::smart_search subroutine. sub smart_search { return undef; } +=item email_search + +A wrapper for the FS::cust_main::email_search subroutine. + +=cut + +sub email_search { return undef; } + + =item small_custview A wrapper for the FS::CGI::small_custview subroutine.