From e647329a15ecae064a3242f05f948658aeab9256 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 6 Feb 2002 15:36:40 +0000 Subject: [PATCH] part_bill_event.plan can contain punctuation --- FS/FS/part_bill_event.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_bill_event.pm b/FS/FS/part_bill_event.pm index 4a23315dd..fb1daa20b 100644 --- a/FS/FS/part_bill_event.pm +++ b/FS/FS/part_bill_event.pm @@ -121,7 +121,7 @@ sub check { || $self->ut_number('seconds') || $self->ut_enum('disabled', [ '', 'Y' ] ) || $self->ut_number('weight') - || $self->ut_alphan('plan') + || $self->ut_textn('plan') || $self->ut_anything('plandata') ; } -- 2.11.0