diff options
author | Mark Wells <mark@freeside.biz> | 2015-11-28 16:47:31 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-28 16:47:31 -0800 |
commit | c161480fdf36c2a54cff211f5e661cf0bc91b90e (patch) | |
tree | c52e313df3edce6ecd4c61803ee6bf6c86e17308 /FS | |
parent | a66b6c5609a308c654c56aa858a645fbdfb82495 (diff) |
temporary fix for (un)suspend notices, #37908
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_pkg.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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) |