From: Mark Wells Date: Sun, 29 Nov 2015 00:47:31 +0000 (-0800) Subject: temporary fix for (un)suspend notices, #37908 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c161480fdf36c2a54cff211f5e661cf0bc91b90e;hp=a66b6c5609a308c654c56aa858a645fbdfb82495 temporary fix for (un)suspend notices, #37908 --- diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index d7419078b..c507a457b 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -38,6 +38,9 @@ use FS::sales; # for modify_charge use FS::cust_credit; +# temporary fix; remove this once (un)suspend admin notices are cleaned up +use FS::Misc qw(send_email); + # need to 'use' these instead of 'require' in sub { cancel, suspend, unsuspend, # setup } # because they load configuration by setting FS::UID::callback (see TODO)