Fix display name refs #5778

This commit is contained in:
Kevin Duret 2014-08-29 08:58:21 +02:00
parent 1c240e9dec
commit 816ee489a4
1 changed files with 1 additions and 1 deletions

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;
}