The subtitle should show on the holds to pull list. I recommend adding the keyword to marc mapping to this page.
Created attachment 54215 [details] [review] Bug 16991 - Add subtitle to holds to pull report This patch adds output of subtitle to the holds to pull report using keyword to MARC mapping information. To test, apply the patch and go to Circulation -> Holds to pull. The list of holds to pull should display subtitles.
Created attachment 54315 [details] [review] [SIGNED-OFF]Bug 16991: Add subtitle to holds to pull report This patch adds output of subtitle to the holds to pull report using keyword to MARC mapping information. To test, apply the patch and go to Circulation -> Holds to pull. The list of holds to pull should display subtitles. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Subtitle added using keyword to MARC mapping with default framework.
Created attachment 54370 [details] [review] Bug 16991: Add subtitle to holds to pull report This patch adds output of subtitle to the holds to pull report using keyword to MARC mapping information. To test, apply the patch and go to Circulation -> Holds to pull. The list of holds to pull should display subtitles. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Subtitle added using keyword to MARC mapping with default framework. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
I'm sorry to ask this, but could you update your patch to use Koha::Biblio->subtitles to get this list of subtitles? That way we aren't duplicating logic.
Created attachment 56967 [details] [review] Bug 16991: Add subtitle to holds to pull report This patch adds output of subtitle to the holds to pull report using keyword to MARC mapping information. To test, apply the patch and go to Circulation -> Holds to pull. The list of holds to pull should display subtitles. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Subtitle added using keyword to MARC mapping with default framework. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Created attachment 56991 [details] [review] Bug 16991: Add subtitle to holds to pull report This patch adds output of subtitle to the holds to pull report using keyword to MARC mapping information. To test, apply the patch and go to Circulation -> Holds to pull. The list of holds to pull should display subtitles. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Subtitle added using keyword to MARC mapping with default framework. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 16.11, thanks Owen!
Pushed to 16.05.x, for 16.05.06 release