View | Details | Raw Unified | Return to bug 30920
Collapse All | Expand All

(-)a/C4/Biblio.pm (-1 / +2 lines)
Lines 1375-1380 descriptions rather than normal ones when they exist. Link Here
1375
sub GetAuthorisedValueDesc {
1375
sub GetAuthorisedValueDesc {
1376
    my ( $tag, $subfield, $value, $framework, $tagslib, $category, $opac ) = @_;
1376
    my ( $tag, $subfield, $value, $framework, $tagslib, $category, $opac ) = @_;
1377
1377
1378
    return q{} unless defined($value);
1379
1378
    my $cache     = Koha::Caches->get_instance();
1380
    my $cache     = Koha::Caches->get_instance();
1379
    my $cache_key;
1381
    my $cache_key;
1380
    if ( !$category ) {
1382
    if ( !$category ) {
1381
- 

Return to bug 30920