From: ivan Date: Tue, 22 Nov 2005 16:41:28 +0000 (+0000) Subject: oops, supposed to commit this one X-Git-Tag: BEFORE_FINAL_MASONIZE~288 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b16afdcb3d9ea99c7c125d64ee864d7dff63a384 oops, supposed to commit this one --- diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index 6e8a5c38e..b58b11cfa 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -2,6 +2,7 @@ package FS::svc_Common; use strict; use vars qw( @ISA $noexport_hack $DEBUG ); +use Carp; use FS::Record qw( qsearch qsearchs fields dbh ); use FS::cust_main_Mixin; use FS::cust_svc;