X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export_option.pm;h=a0b19fde1ffdc56f27e3fb7843b4c685a60e3f36;hp=61ea956ae9b25f88dd6db39e2a2bf81c743a96d0;hb=3039741d0802064c9cd1daea38513ed9bf6bce0e;hpb=f1038a648b3d53db925b23519e7cd2a30c6837ed 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;