diff options
-rw-r--r-- | FS/FS/part_bill_event.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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') ; } |