Summary: | Notes field blank for 952$z in opac-course-details.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Karl Holten <kholten> |
Component: | Course reserves | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | f.demians, hector.hecaxmmx, julian.maurice, kholten, kyle, m.de.rooy, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Screenshot of area where notes should display
Bug 16651 - Notes field blank for 952$z in opac-course-details.pl [SIGNED-OFF]Bug 16651: Notes field blank for 952$z in opac-course-details.pl Bug 16651: Notes field blank for 952$z in opac-course-details.pl |
Created attachment 52088 [details] [review] Bug 16651 - Notes field blank for 952$z in opac-course-details.pl This patch changes course reserves to check for item notes form the course reserve and fallback to itemlevel notes if they are empty To test: 1 - Enabvle course reserves 2 - Add some items 3 - Make sure the items have notes at the item level and not at course reserves 4 - Notes don't display in staff or opac 5 - Apply patch 6 - Notes display in staff and opac 7 - Add notes at course reserves level 8 - These override the item level notes Created attachment 52097 [details] [review] [SIGNED-OFF]Bug 16651: Notes field blank for 952$z in opac-course-details.pl This patch changes course reserves to check for item notes form the course reserve and fallback to itemlevel notes if they are empty To test: 1 - Enable course reserves 2 - Add some items 3 - Make sure the items have notes at the item level and not at course reserves 4 - Notes don't display in staff or opac 5 - Apply patch 6 - Notes display in staff and opac 7 - Add notes at course reserves level 8 - These override the item level notes Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised Created attachment 52783 [details] [review] Bug 16651: Notes field blank for 952$z in opac-course-details.pl This patch changes course reserves to check for item notes form the course reserve and fallback to itemlevel notes if they are empty To test: 1 - Enable course reserves 2 - Add some items 3 - Make sure the items have notes at the item level and not at course reserves 4 - Notes don't display in staff or opac 5 - Apply patch 6 - Notes display in staff and opac 7 - Add notes at course reserves level 8 - These override the item level notes Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for Koha 16.11, thanks Nick! Pushed in 16.05. Will be in 16.05.02. Patches pushed to 3.22.x, will be in 3.22.10 |
Created attachment 52024 [details] Screenshot of area where notes should display The notes field in the opac-course-details.pl page does not display a 952$z if there is no note in the course reserve. It should fail over and display the 952$z if no notes are present.