summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-11-28 16:47:31 -0800
committerMark Wells <mark@freeside.biz>2015-11-28 16:58:15 -0800
commit7dc5c471d9ab413aa437980be219a52c92e016c2 (patch)
tree9ebbaac185de41bc43530864c1bb780ddfc0e09b /FS/FS/cust_pkg.pm
parent3c0ac9025718c1497942a535aa387c5bfe6df82f (diff)
temporary fix for (un)suspend notices, #37908
Diffstat (limited to 'FS/FS/cust_pkg.pm')
-rw-r--r--FS/FS/cust_pkg.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index d741907..c507a45 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)