diff options
author | ivan <ivan> | 2002-02-06 15:36:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-06 15:36:40 +0000 |
commit | e647329a15ecae064a3242f05f948658aeab9256 (patch) | |
tree | 00817652f83fe896d52183c38b08ab32afc6e013 /FS | |
parent | ce32d23f68c3137da0e0c43e14bea90c5eec9635 (diff) |
part_bill_event.plan can contain punctuation
Diffstat (limited to 'FS')
-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') ; } |