From: ivan Date: Tue, 2 Jul 2002 06:48:59 +0000 (+0000) Subject: error messages can have other chars X-Git-Tag: freeside_1_4_0_beta1~35 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eb783504f4b23a30e2391269283e565e04e9aece;ds=sidebyside error messages can have other chars --- diff --git a/FS/FS/queue.pm b/FS/FS/queue.pm index 1de19b7b5..d35dc883f 100644 --- a/FS/FS/queue.pm +++ b/FS/FS/queue.pm @@ -196,7 +196,7 @@ sub check { || $self->ut_anything('job') || $self->ut_numbern('_date') || $self->ut_enum('status',['', qw( new locked failed )]) - || $self->ut_textn('statustext') + || $self->ut_anything('statustext') || $self->ut_numbern('svcnum') ; return $error if $error; @@ -385,7 +385,7 @@ END =head1 VERSION -$Id: queue.pm,v 1.14 2002-06-14 11:22:53 ivan Exp $ +$Id: queue.pm,v 1.15 2002-07-02 06:48:59 ivan Exp $ =head1 BUGS