use Commission_Mixin, #23348
authorMark Wells <mark@freeside.biz>
Wed, 27 Jan 2016 10:49:14 +0000 (02:49 -0800)
committerMark Wells <mark@freeside.biz>
Wed, 27 Jan 2016 10:51:21 +0000 (02:51 -0800)
FS/FS/agent.pm

index a3489f0..4ad878d 100644 (file)
@@ -1,5 +1,5 @@
 package FS::agent;
-use base qw( FS::m2m_Common FS::m2name_Common FS::Record );
+use base qw( FS::Commission_Mixin FS::m2m_Common FS::m2name_Common FS::Record );
 
 use strict;
 use vars qw( @ISA );