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:30:33 -0800 |
| commit | 5749847c1d8a05f605127e7e0601ca17ea0bf996 (patch) | |
| tree | 822a5cd42b72d38929df64492275ca2df566f145 /FS/FS | |
| parent | 58dfeb5412c54d676119d1c6b8a9ff7edde7e234 (diff) | |
select agent and customer fields on attachment report, RT#81809
Diffstat (limited to 'FS/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; |
