From: ivan Date: Sun, 21 Dec 2008 21:53:00 +0000 (+0000) Subject: and fix msgcat usage, this should do it?, RT#4204 X-Git-Tag: root_of_webpay_support~183 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e2690d1b6bad654d44f49df54fc75a30b09fcabd and fix msgcat usage, this should do it?, RT#4204 --- diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index 5cf3985c0..ce767d5ee 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -4,6 +4,7 @@ use strict; use vars qw( @ISA @pw_set $conf ); use FS::Conf; use FS::Record qw( qsearch qsearchs ); +use FS::Msgcat qw(gettext); use FS::svc_Common; use FS::part_svc;