Summary: | Add subtitle to display of checkouts, overdues, and holds on the patron summary | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | bgkriegel, gmcharlt, kyle, mathsabypro, nengard, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/opac-user.pl | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 10672 - Add subtitle to display of checkouts, overdues, and holds on the patron summary
[SIGNED-OFF] Bug 10672 - Add subtitle to display of checkouts, overdues, and holds on the patron summary Bug 10672 - Add subtitle to display of checkouts, overdues, and holds on the patron summary |
Description
Owen Leonard
2013-08-01 14:56:39 UTC
Created attachment 20043 [details] [review] Bug 10672 - Add subtitle to display of checkouts, overdues, and holds on the patron summary In the OPAC, the patron summary page (opac-user.pl) should display subtitle along with title in the lists of checkouts, overdues, and holds. This patch adds it. To test, log in to the OPAC as a patron who has checkouts, overdues, and holds which include titles with subtitles. Titles should appear correctly with and without subtitles. Created attachment 20053 [details] [review] [SIGNED-OFF] Bug 10672 - Add subtitle to display of checkouts, overdues, and holds on the patron summary In the OPAC, the patron summary page (opac-user.pl) should display subtitle along with title in the lists of checkouts, overdues, and holds. This patch adds it. To test, log in to the OPAC as a patron who has checkouts, overdues, and holds which include titles with subtitles. Titles should appear correctly with and without subtitles. Signed-off-by: Srdjan <srdjan@catalyst.net.nz> Tested, I see no change in behavior. http://screencast.com/t/NFW8d7lvImlg Kyle, do you have subtitles configured for display under "Keywords to MARC mapping?" /cgi-bin/koha/admin/fieldmapping.pl Nope, thanks for the help! Kyle (In reply to Owen Leonard from comment #4) > Kyle, do you have subtitles configured for display under "Keywords to MARC > mapping?" > > /cgi-bin/koha/admin/fieldmapping.pl Created attachment 20836 [details] [review] Bug 10672 - Add subtitle to display of checkouts, overdues, and holds on the patron summary In the OPAC, the patron summary page (opac-user.pl) should display subtitle along with title in the lists of checkouts, overdues, and holds. This patch adds it. To test, log in to the OPAC as a patron who has checkouts, overdues, and holds which include titles with subtitles. Titles should appear correctly with and without subtitles. Signed-off-by: Srdjan <srdjan@catalyst.net.nz> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master. Thanks, Owen! This patch has been pushed to 3.12.x, will be in 3.12.6. Thanks Owen! Hi Could you tell me how subtitle is stored, as there is no subtitle field in biblio table? M. Saby (In reply to mathieu saby from comment #9) > Could you tell me how subtitle is stored, as there is no subtitle field in > biblio table? Subtitle is not stored in any MySQL column. It is pulled from the MARC record. Ok. Don't you think it could be interesting to store it in sql? There is already a lot of more or less interesting fields in biblio table, and subtitle is definitly an important information. M. Saby Pushed to 3.10.x, will be in 3.10.12 |