From e2690d1b6bad654d44f49df54fc75a30b09fcabd Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 21 Dec 2008 21:53:00 +0000 Subject: [PATCH] and fix msgcat usage, this should do it?, RT#4204 --- FS/FS/svc_phone.pm | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0