X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main_note.pm;h=0a203a8f41424a13628d467e461f080db461e963;hp=0798825ac9750009d12e3b0e47e69c6a3a5df48d;hb=20f38e4c256094bd938b732950e8f93319f851a5;hpb=f4cff6248e3340d2321e9d761fec9ea12b28f781 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