summaryrefslogtreecommitdiff
path: root/FS/FS/agent.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-27 02:49:14 -0800
committerMark Wells <mark@freeside.biz>2016-01-27 02:51:21 -0800
commit6048d99b43a9ecba680c1075554d285db8056664 (patch)
tree9992d792c01acb5ac626ed166aaff0e4db55957e /FS/FS/agent.pm
parent4da3c98f2f021ac48b195dd205bdbb85dc5b58b9 (diff)
use Commission_Mixin, #23348
Diffstat (limited to 'FS/FS/agent.pm')
-rw-r--r--FS/FS/agent.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/agent.pm b/FS/FS/agent.pm
index a3489f0..4ad878d 100644
--- a/FS/FS/agent.pm
+++ b/FS/FS/agent.pm
@@ -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 );