diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_attachment.pm | 1 | ||||
-rw-r--r-- | FS/FS/cust_main_note.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/cust_attachment.pm b/FS/FS/cust_attachment.pm index c5acab0e7..5e5e07673 100644 --- a/FS/FS/cust_attachment.pm +++ b/FS/FS/cust_attachment.pm @@ -2,6 +2,7 @@ package FS::cust_attachment; use strict; use base qw( FS::otaker_Mixin FS::Record ); +use Carp; use FS::Record qw( qsearch qsearchs ); use FS::Conf; diff --git a/FS/FS/cust_main_note.pm b/FS/FS/cust_main_note.pm index 0798825ac..0a203a8f4 100644 --- a/FS/FS/cust_main_note.pm +++ b/FS/FS/cust_main_note.pm @@ -2,6 +2,7 @@ package FS::cust_main_note; use strict; use base qw( FS::otaker_Mixin FS::Record ); +use Carp; use FS::Record qw( qsearch qsearchs ); =head1 NAME |