From: ivan Date: Tue, 1 Jul 2008 00:11:46 +0000 (+0000) Subject: that should fix new sip_password field, whew X-Git-Tag: root_of_webpay_support~516 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3b268aa232236ad064c7b3f47a6a0a242e395bdf;p=freeside.git that should fix new sip_password field, whew --- 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;