temporary fix for (un)suspend notices, #37908
authorMark Wells <mark@freeside.biz>
Sun, 29 Nov 2015 00:47:31 +0000 (16:47 -0800)
committerMark Wells <mark@freeside.biz>
Sun, 29 Nov 2015 00:47:31 +0000 (16:47 -0800)
FS/FS/cust_pkg.pm

index d741907..c507a45 100644 (file)
@@ -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)