Merge branch '16824'
[freeside.git] / FS / FS / Mason.pm
index 63eb47c..7143c72 100644 (file)
@@ -55,7 +55,7 @@ if ( -e $addl_handler_use_file ) {
 
   #use CGI::Carp qw(fatalsToBrowser);
   use CGI::Cookie;
-  use List::Util qw( max min );
+  use List::Util qw( max min sum );
   use Data::Dumper;
   use Date::Format;
   use Time::Local;
@@ -303,6 +303,7 @@ if ( -e $addl_handler_use_file ) {
   use FS::discount_plan;
   use FS::tower;
   use FS::tower_sector;
+  use FS::contact_class;
   # Sammath Naur
 
   if ( $FS::Mason::addl_handler_use ) {