Summary: | Show subtitle, number and parts in course reserves list of titles in staff client | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Course reserves | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | 1joynelson, andrew, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23784 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00
|
|
Circulation function: | |||
Attachments: |
Bug 24343: Show subtitle, number and parts in course reserves list of titles in staff client
Bug 24343: Show subtitle, number and parts in course reserves list of titles in staff client Bug 24343: Show subtitle, number and parts in course reserves list of titles in staff client |
Description
Owen Leonard
2020-01-04 21:52:21 UTC
Created attachment 96823 [details] [review] Bug 24343: Show subtitle, number and parts in course reserves list of titles in staff client Adapted from Bug 23784: At the moment only the title will display in the course reserves details, but not the information from other title fields. For series with multiple volumes that can lead to confusing display. The patch makes use of the new include to display 245$abnp. To test: - Add mulitple records to a course reserve course Make sure you have titles with different combinations of 245$b$n$p - Look at the course details in the staff client - Verify only $a displays - Apply patch - Reload - Verify now the full information displays Depending on your installation, you might want ot check that the 245 are correctly mapped and save the record once so the database fields are correctly filled. Created attachment 96836 [details] [review] Bug 24343: Show subtitle, number and parts in course reserves list of titles in staff client Adapted from Bug 23784: At the moment only the title will display in the course reserves details, but not the information from other title fields. For series with multiple volumes that can lead to confusing display. The patch makes use of the new include to display 245$abnp. To test: - Add mulitple records to a course reserve course Make sure you have titles with different combinations of 245$b$n$p - Look at the course details in the staff client - Verify only $a displays - Apply patch - Reload - Verify now the full information displays Depending on your installation, you might want ot check that the 245 are correctly mapped and save the record once so the database fields are correctly filled. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Thanks, Owen! Created attachment 97372 [details] [review] Bug 24343: Show subtitle, number and parts in course reserves list of titles in staff client Adapted from Bug 23784: At the moment only the title will display in the course reserves details, but not the information from other title fields. For series with multiple volumes that can lead to confusing display. The patch makes use of the new include to display 245$abnp. To test: - Add mulitple records to a course reserve course Make sure you have titles with different combinations of 245$b$n$p - Look at the course details in the staff client - Verify only $a displays - Apply patch - Reload - Verify now the full information displays Depending on your installation, you might want ot check that the 245 are correctly mapped and save the record once so the database fields are correctly filled. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice work everyone! Pushed to master for 20.05 Enhancement not backported to 19.11.x branch |