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

(-)a/C4/AuthoritiesMarc.pm (-2 lines)
Lines 1014-1020 sub BuildSummary { Link Here
1014
    my @seefrom;
1014
    my @seefrom;
1015
    my @seealso;
1015
    my @seealso;
1016
    my @otherscript;
1016
    my @otherscript;
1017
    my @fields = $record->fields();
1018
    if (C4::Context->preference('marcflavour') eq 'UNIMARC') {
1017
    if (C4::Context->preference('marcflavour') eq 'UNIMARC') {
1019
# construct UNIMARC summary, that is quite different from MARC21 one
1018
# construct UNIMARC summary, that is quite different from MARC21 one
1020
# accepted form
1019
# accepted form
1021
- 

Return to bug 8204