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

(-)a/C4/AuthoritiesMarc.pm (-3 lines)
Lines 971-977 sub BuildSummary { Link Here
971
    $thesaurus{'5'}="Lieux";
971
    $thesaurus{'5'}="Lieux";
972
    $thesaurus{'6'}="Sujets";
972
    $thesaurus{'6'}="Sujets";
973
    #thesaurus a remplir
973
    #thesaurus a remplir
974
    my @fields = $record->fields();
975
    my $reported_tag;
974
    my $reported_tag;
976
# if the library has a summary defined, use it. Otherwise, build a standard one
975
# if the library has a summary defined, use it. Otherwise, build a standard one
977
# FIXME - it appears that the summary field in the authority frameworks
976
# FIXME - it appears that the summary field in the authority frameworks
Lines 1014-1020 sub BuildSummary { Link Here
1014
    my @seefrom;
1013
    my @seefrom;
1015
    my @seealso;
1014
    my @seealso;
1016
    my @otherscript;
1015
    my @otherscript;
1017
    my @fields = $record->fields();
1018
    if (C4::Context->preference('marcflavour') eq 'UNIMARC') {
1016
    if (C4::Context->preference('marcflavour') eq 'UNIMARC') {
1019
# construct UNIMARC summary, that is quite different from MARC21 one
1017
# construct UNIMARC summary, that is quite different from MARC21 one
1020
# accepted form
1018
# accepted form
1021
- 

Return to bug 8204