sub GetAuthorisedValueDesc {
my ( $tag, $subfield, $value, $framework, $tagslib, $category, $opac ) = @_;
return q{} unless defined($value);
my $cache = Koha::Caches->get_instance();
my $cache_key;
if ( !$category ) {
-