diff options
-rw-r--r-- | FS/FS/agent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/agent.pm b/FS/FS/agent.pm index a3489f0bc..4ad878d43 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 ); |