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:52:03 -0800
commit35a210380cdfbe2ea37b40d284f84363b1f23e68 (patch)
tree8e93ed1bbbfc15429a11717b4977284e5f989b61 /FS/FS/agent.pm
parent11e0795cf065ab0293f383178c5f7d29c46a68e8 (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 );