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

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

Return to bug 21503