Fix display name refs #5778

This commit is contained in:
Kevin Duret 2014-08-29 08:58:21 +02:00
parent 1450331869
commit c5f6b45ccd

View File

@ -200,7 +200,7 @@ sub manage_selection {
sub get_display_value {
my ($self, %options) = @_;
my $value = $self->{result_names}->{$oid_fwMountPointName . '.' . $options{id}};
my $value = $self->{results}->{$oid_fwMountPointName}->{$oid_fwMountPointName . '.' . $options{id}};
return $value;
}