diff options
| author | Mark Wells <mark@freeside.biz> | 2016-01-27 02:49:14 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-01-27 02:51:21 -0800 |
| commit | 6048d99b43a9ecba680c1075554d285db8056664 (patch) | |
| tree | 9992d792c01acb5ac626ed166aaff0e4db55957e | |
| parent | 4da3c98f2f021ac48b195dd205bdbb85dc5b58b9 (diff) | |
use Commission_Mixin, #23348
| -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 ); |
