Bug 29028 - UNIMARC - Authorities see from
Summary: UNIMARC - Authorities see from
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-15 08:58 UTC by Vitor Fernandes
Modified: 2021-09-15 08:58 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitor Fernandes 2021-09-15 08:58:59 UTC
The UNIMARC authorities search results don't show the see from link in OPAC.
In staff client, the see from section appears.

Test plan:

- Add one UNIMARC authority with one field 4XX.
- Search the authority in staff client and check that see from section appears.
- Search the authority in OPAC and check that see from section don't appears.

The following code is missing in authorities-search-result.inc (OPAC):

           [% IF summary.seefrom %]
             <div class="authres_seefrom">
             [% FOREACH see IN summary.seefrom %]
               [% PROCESS showreference heading=see.heading linkType="" type=see.type authid=see.authid %]
               [% IF ! loop.last %] ; [% END %]
             [% END %]
             </div>
           [% END %]