summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main_note.pm
diff options
context:
space:
mode:
authorivan <ivan>2010-04-04 23:27:35 +0000
committerivan <ivan>2010-04-04 23:27:35 +0000
commit184f55e2a743f2305f70f5bc35961b2b92c946cb (patch)
tree49b92245b2d829410a88583956e8ad4853144fe5 /FS/FS/cust_main_note.pm
parentf4cff6248e3340d2321e9d761fec9ea12b28f781 (diff)
fix otaker upgrade for cust_attachment & cust_main_note, hopefully
Diffstat (limited to 'FS/FS/cust_main_note.pm')
-rw-r--r--FS/FS/cust_main_note.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main_note.pm b/FS/FS/cust_main_note.pm
index 0798825..0a203a8 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