summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-07-01 00:11:46 +0000
committerivan <ivan>2008-07-01 00:11:46 +0000
commit3b268aa232236ad064c7b3f47a6a0a242e395bdf (patch)
tree27f702b4a46a9af046f4ee2bc5d5401a9ada4281 /FS/FS
parent005fd6e93067e272f227cf4531bd2c0362e2ffed (diff)
that should fix new sip_password field, whew
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/svc_phone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm
index 934398fda..04d5960b7 100644
--- a/FS/FS/svc_phone.pm
+++ b/FS/FS/svc_phone.pm
@@ -177,7 +177,7 @@ sub check {
$self->ut_numbern('svcnum')
|| $self->ut_numbern('countrycode')
|| $self->ut_number('phonenum')
- || $self->ut_anythingn('sip_password')
+ || $self->ut_anything('sip_password')
|| $self->ut_numbern('pin')
;
return $error if $error;