X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_export.cgi;h=af988d37bff22350dfa217b7a1b195e13478803c;hb=f715c23517292a11330ab241fb13221fd89ffc37;hp=1f835d729586c5996cc109b34cfc94b59c3db634;hpb=e3503e19a5a6c876f410903a3946dd9f1597aa46;p=freeside.git diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi index 1f835d729..af988d37b 100755 --- a/httemplate/browse/part_export.cgi +++ b/httemplate/browse/part_export.cgi @@ -66,7 +66,7 @@ function part_export_areyousure(href) { % if ( $group ) { % my @values = split("\n", $opt{$optname}); % $multiples{$group} ||= []; -% push @{ $multiples{$group} }, [ $optname, @values ] if @values; +% push @{ $multiples{$group} }, [ $def->{label} || $optname, @values ] if @values; % delete $opt{$optname}; % } elsif (length($opt{$optname})) { # the normal case % my $value = $opt{$optname};