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:52:03 -0800 |
| commit | 35a210380cdfbe2ea37b40d284f84363b1f23e68 (patch) | |
| tree | 8e93ed1bbbfc15429a11717b4977284e5f989b61 | |
| parent | 11e0795cf065ab0293f383178c5f7d29c46a68e8 (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 ); |
