that should fix new sip_password field, whew
authorivan <ivan>
Tue, 1 Jul 2008 00:11:46 +0000 (00:11 +0000)
committerivan <ivan>
Tue, 1 Jul 2008 00:11:46 +0000 (00:11 +0000)
FS/FS/svc_phone.pm

index 934398f..04d5960 100644 (file)
@@ -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;