From c161480fdf36c2a54cff211f5e661cf0bc91b90e Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 28 Nov 2015 16:47:31 -0800 Subject: [PATCH] temporary fix for (un)suspend notices, #37908 --- FS/FS/cust_pkg.pm | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.11.0