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