diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-11-27 15:19:59 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-11-27 15:19:59 -0800 |
commit | 3e6b291920daf5546efa5355e3ea6199e875d9db (patch) | |
tree | 7fa970f3aeee2925baf7b98af0144386460fc073 /FS | |
parent | b5bce398b1dd80089ec363eb14107645cc5a546f (diff) |
select agent and customer fields on attachment report, RT#81809
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_attachment.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_attachment.pm b/FS/FS/cust_attachment.pm index 5e5e07673..8f6278960 100644 --- a/FS/FS/cust_attachment.pm +++ b/FS/FS/cust_attachment.pm @@ -1,7 +1,7 @@ package FS::cust_attachment; use strict; -use base qw( FS::otaker_Mixin FS::Record ); +use base qw( FS::cust_main_Mixin FS::otaker_Mixin FS::Record ); use Carp; use FS::Record qw( qsearch qsearchs ); use FS::Conf; |