Bug 5652 - Patron checkout and holds summary should show subtitles
Summary: Patron checkout and holds summary should show subtitles
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Marc Véron
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 16:25 UTC by Owen Leonard
Modified: 2014-12-07 20:02 UTC (History)
5 users (show)

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


Attachments
Checkouts list showing no subtitles (10.63 KB, image/png)
2011-01-24 16:25 UTC, Owen Leonard
Details
Detail page showing subtitles from keywords to MARC mapping (16.71 KB, image/png)
2011-01-24 16:26 UTC, Owen Leonard
Details
Bug 5652 - Patron checkout and holds summary should show subtitles (17.01 KB, patch)
2013-06-16 19:50 UTC, Marc Véron
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 5652 - Patron checkout and holds summary should show subtitles (17.06 KB, patch)
2013-06-17 12:06 UTC, Nicole C. Engard
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 5652 - Patron checkout and holds summary should show subtitles (17.15 KB, patch)
2013-08-01 14:38 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 5652 - Patron checkout and holds summary should show subtitles (17.18 KB, patch)
2013-08-05 22:49 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2011-01-24 16:25:24 UTC
Created attachment 3018 [details]
Checkouts list showing no subtitles

When Koha shows what a patron has checked out or on hold all relevant subtitle fields should be shown as well. Right now the best way to do this is to use the subtitle values from Keyword to MARC mapping.
Comment 1 Owen Leonard 2011-01-24 16:26:06 UTC
Created attachment 3019 [details]
Detail page showing subtitles from keywords to MARC mapping
Comment 2 Nicole C. Engard 2013-06-14 12:50:12 UTC
This is still relevant.
Comment 3 Marc Véron 2013-06-16 19:50:12 UTC Comment hidden (obsolete)
Comment 4 Nicole C. Engard 2013-06-17 12:06:51 UTC Comment hidden (obsolete)
Comment 5 Owen Leonard 2013-08-01 14:38:15 UTC Comment hidden (obsolete)
Comment 6 Chris Cormack 2013-08-05 22:49:29 UTC
Created attachment 20116 [details] [review]
Bug 5652 - Patron checkout and holds summary should show subtitles

This patch adds subtitles (from Keyword to MARC mapping) to following tables on the checkout page:

- Checkouts
- Previous checkouts
- Relative's checkouts
- Relative's previous checkouts
- Holds

Additionaly it suppresses the appearence of the superfluous word "by" in cases where the biblio has no author.

Test scenario:
--------------
1)
Make sure that you have one or more fields mapped to subtitle in:
Home . Administration . Keyword to MARC mapping
(e.g. 245 b)

2)
Test the checkout page with patrons having
- current checkouts (today)
- previous checkouts
- relatives (e.g. kids) with current /previous checkouts
- holds on items
- holds on biblios

...with items having:
- title, subtitle, author
- title,  no subtitle, author
- title,  subtitle, no author
- title, no subtitle, no author

3)
Do the same on patron's detail page

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
All tests pass

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Comment 7 Galen Charlton 2013-08-06 14:53:32 UTC
Pushed to master, along with a followup that adds the subtitle to the title hyperlink to make the display consistent with other uses of the subtitle in the staff interface.

Thanks, Marc!
Comment 8 Tomás Cohen Arazi 2013-08-28 17:03:32 UTC
This patch has been pushed to 3.12.x, will be in 3.12.5.

Thanks Marc!