summaryrefslogtreecommitdiff
path: root/FS/FS/part_export_option.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export_option.pm')
-rw-r--r--FS/FS/part_export_option.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export_option.pm b/FS/FS/part_export_option.pm
index 4ce70b4..1ce0de6 100644
--- a/FS/FS/part_export_option.pm
+++ b/FS/FS/part_export_option.pm
@@ -38,7 +38,7 @@ currently supported:
=item exportnum - export (see L<FS::part_export>)
-=item option - option name
+=item optionname - option name
=item opeionvalue - option value
@@ -105,7 +105,7 @@ sub check {
my $error =
$self->ut_numbern('optionnum')
|| $self->ut_number('exportnum')
- || $self->ut_alpha('option')
+ || $self->ut_alpha('optionname')
|| $self->ut_textn('optionvalue')
;
return $error if $error;