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

(-)a/Koha/Template/Plugin/AuthorisedValues.pm (-3 / +3 lines)
Lines 85-92 sub GetDescriptionByKohaField { Link Here
85
            ? $params->{opac}
85
            ? $params->{opac}
86
                ? $av->{opac_description}
86
                ? $av->{opac_description}
87
                : $av->{lib}
87
                : $av->{lib}
88
            : ''; # Maybe we should return $params->{authorised_value}?
88
            : $params->{authorised_value}
89
89
                ? $params->{authorised_value}
90
                : ''
90
}
91
}
91
92
92
1;
93
1;
93
- 

Return to bug 21503