From 48bade3f01a672f235d61a29ad0d0b792fc80eab Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 21 Dec 2008 21:33:28 +0000 Subject: unique checking for svc_phone like svc_acct, closes: RT#4204 (also a few lines of the new per-agent config snuck in Conf.pm from RT#3989) --- FS/FS/Setup.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/FS/Setup.pm') diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index 2b392e5..3c8e817 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -461,6 +461,10 @@ sub msgcat_messages { 'en_US' => 'Username in use', }, + 'phonenum_in_use' => { + 'en_US' => 'Phone number in use', + }, + 'illegal_email_invoice_address' => { 'en_US' => 'Illegal email invoice address', }, -- cgit v1.1