From 3b268aa232236ad064c7b3f47a6a0a242e395bdf Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 1 Jul 2008 00:11:46 +0000 Subject: that should fix new sip_password field, whew --- FS/FS/svc_phone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') 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; -- cgit v1.2.1