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

(-)a/C4/AuthoritiesMarc.pm (+1 lines)
Lines 351-356 sub SearchAuthorities { Link Here
351
                        $reported_tag .= '$' . $_->[0] . $_->[1];
351
                        $reported_tag .= '$' . $_->[0] . $_->[1];
352
                    }
352
                    }
353
                }
353
                }
354
                $newline{authtype}     = GetAuthType(GetAuthTypeCode($authid))->{'summary'};
354
                $newline{summary}      = $summary;
355
                $newline{summary}      = $summary;
355
                $newline{even}         = $counter % 2;
356
                $newline{even}         = $counter % 2;
356
                $newline{reported_tag} = $reported_tag;
357
                $newline{reported_tag} = $reported_tag;
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt (-2 / +1 lines)
Lines 55-61 Link Here
55
					<td>[% resul.summary %]</td>
55
					<td>[% resul.summary %]</td>
56
56
57
						<td>
57
						<td>
58
					[% authtypetext %]
58
                        [% resul.authtype %]
59
						</td>
59
						</td>
60
					[% UNLESS ( resul.isEDITORS ) %]
60
					[% UNLESS ( resul.isEDITORS ) %]
61
						<td>
61
						<td>
62
- 

Return to bug 6720