X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_pkg.pm;h=4dced54619957651d6110569777e38ea811d6dd7;hp=c49007ce18b2ea0bf3f121006ee026fa6bd10dc0;hb=63973c641c4be00765fa27e55c57cc5b9aa4da19;hpb=786d21e09d1f11c8976a8d45ef734d2d0a100ee7 diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index c49007ce1..4dced5461 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -11,7 +11,7 @@ use List::Util qw(min max); use Tie::IxHash; use Time::Local qw( timelocal timelocal_nocheck ); use MIME::Entity; -use FS::UID qw( getotaker dbh driver_name ); +use FS::UID qw( dbh driver_name ); use FS::Misc qw( send_email ); use FS::Record qw( qsearch qsearchs fields ); use FS::CurrentUser;