Missing FS::Record module
authorJeremy Davis <jeremyd@freeside.biz>
Thu, 28 Feb 2013 19:16:15 +0000 (14:16 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Thu, 28 Feb 2013 19:16:15 +0000 (14:16 -0500)
FS/FS/part_event/Action/Mixin/credit_agent_pkg_class.pm

index 73d32e0..33aeadd 100644 (file)
@@ -2,6 +2,7 @@ package FS::part_event::Action::Mixin::credit_agent_pkg_class;
 use base qw( FS::part_event::Action::Mixin::credit_pkg );
 
 use strict;
+use FS::Record qw(qsearchs);
 
 sub option_fields {
   my $class = shift;