summaryrefslogtreecommitdiff
path: root/FS/FS/Setup.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-12-21 21:33:28 +0000
committerivan <ivan>2008-12-21 21:33:28 +0000
commit48bade3f01a672f235d61a29ad0d0b792fc80eab (patch)
tree175a6d060f647f9411d2634b109bbbb8ec5bbb1e /FS/FS/Setup.pm
parent93d2608554affca0d1e49ab1469328960c75848e (diff)
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)
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r--FS/FS/Setup.pm4
1 files changed, 4 insertions, 0 deletions
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',
},