Bug 27633

Summary: Display of 440$v doubled up in the OPAC
Product: Koha Reporter: Michael Hoffert <koha_harley>
Component: OPACAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: andrewfh, caroline.cyr-la-rose, david, fridolin.somers, jessava, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
This fixes the display of 440$v (Series Statement/Added Entry-Title - Volume/sequential designation ($v)) in the OPAC. Before this fix $v is included in the title link and then displayed after the ;. With the fix $v is only displayed after the ; and is not duplicated in the title link.
Version(s) released in:
21.05.00,20.11.03
Bug Depends on: 15436    
Bug Blocks:    
Attachments: Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC

Description Michael Hoffert 2021-02-05 07:20:06 UTC
When a reference is specified in 440 $v, it is displayed twice in the OPAC and in the search list. Once in the linked title and additionally as a reference.

Example:
Series: Hannah Arendt Institute for Research on Totalitarianism: Reports and Studies Volume 69 ; Volume 69

This is displayed correctly within the administration interface:
Series: Hannah Arendt Institute for Research on Totalitarianism: Reports and Studies ; Volume 69

https://bibo.saw-leipzig.de/cgi-bin/koha/opac-detail.pl?biblionumber=162

Regards
Michael
Comment 1 Jonathan Druart 2021-02-05 14:44:36 UTC
Created attachment 116396 [details] [review]
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC

Only display a in link, not v that is displayed later.

It has been fixed in different other places by
  commit 81f71d45fe4fee92596ea8d8edb57c602490e9b1
  Bug 15436: Use semicolon between series name and volume

but missed one occurrence.

Test plan:
Add a 440$a and $v and confirm that the display at the OPAC is now the
same as the staff interface.
Comment 2 Michael Hoffert 2021-02-05 14:53:18 UTC
Thank you very much for the quick help. :-D
Comment 3 Jonathan Druart 2021-02-05 15:32:17 UTC
You are welcome Michael! :)

Can you confirm it works as you expected?
Comment 4 Michael Hoffert 2021-02-05 15:44:32 UTC
Unfortunately, I do not have access to the server. But I will try to convince our IT of the necessity of the change.
Comment 5 David Nind 2021-02-05 18:40:39 UTC
Created attachment 116430 [details] [review]
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC

Only display a in link, not v that is displayed later.

It has been fixed in different other places by
  commit 81f71d45fe4fee92596ea8d8edb57c602490e9b1
  Bug 15436: Use semicolon between series name and volume

but missed one occurrence.

Test plan:
Add a 440$a and $v and confirm that the display at the OPAC is now the
same as the staff interface.

Signed-off-by: David Nind <david@davidnind.com>
Comment 6 Katrin Fischer 2021-02-06 21:27:15 UTC
Created attachment 116444 [details] [review]
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC

Only display a in link, not v that is displayed later.

It has been fixed in different other places by
  commit 81f71d45fe4fee92596ea8d8edb57c602490e9b1
  Bug 15436: Use semicolon between series name and volume

but missed one occurrence.

Test plan:
Add a 440$a and $v and confirm that the display at the OPAC is now the
same as the staff interface.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 7 Katrin Fischer 2021-02-06 21:28:42 UTC
Thx for the patch - and sorry for missing that one in the first place!
Comment 8 Jonathan Druart 2021-02-08 13:58:15 UTC
Pushed to master for 21.05, thanks to everybody involved!
Comment 9 Fridolin Somers 2021-02-12 13:06:34 UTC
Pushed to 20.11.x for 20.11.03
Comment 10 Katrin Fischer 2021-02-15 07:22:14 UTC
*** Bug 27702 has been marked as a duplicate of this bug. ***
Comment 11 Andrew Fuerste-Henry 2021-02-17 20:28:04 UTC
missing dependency, not backported to 20.05.x