diff options
author | ivan <ivan> | 2008-12-21 21:53:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-12-21 21:53:00 +0000 |
commit | e2690d1b6bad654d44f49df54fc75a30b09fcabd (patch) | |
tree | eefda15a8fa1f20e9fcf4c8d7fb82ae83dc58a3c | |
parent | 7b03a9e112d4c951d5124f48d6fdd87ec333f4f9 (diff) |
and fix msgcat usage, this should do it?, RT#4204
-rw-r--r-- | FS/FS/svc_phone.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |