diff options
| -rw-r--r-- | FS/FS/part_export_option.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/part_export_option.pm b/FS/FS/part_export_option.pm index 61ea956ae..a0b19fde1 100644 --- a/FS/FS/part_export_option.pm +++ b/FS/FS/part_export_option.pm @@ -106,7 +106,7 @@ sub check {      $self->ut_numbern('optionnum')      || $self->ut_number('exportnum')      || $self->ut_alpha('optionname') -    || $self->ut_textn('optionvalue') +    || $self->ut_anything('optionvalue')    ;    return $error if $error; | 
