X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_attachment.pm;h=8f627896054ad56ff087050a7e8e5680d01ab455;hp=c5acab0e71100cf0e62a5fb971d2b268b17b3bba;hb=3e6b291920daf5546efa5355e3ea6199e875d9db;hpb=f4cff6248e3340d2321e9d761fec9ea12b28f781 diff --git a/FS/FS/cust_attachment.pm b/FS/FS/cust_attachment.pm index c5acab0e7..8f6278960 100644 --- a/FS/FS/cust_attachment.pm +++ b/FS/FS/cust_attachment.pm @@ -1,7 +1,8 @@ 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;