Holds to pull -report should show edition information of a book. Edition information can be fetched from biblioitem -table, there is no need to get it from metadata -table. Edition can be printed with title -information. (Earlier it was possible to user Marc to keyword -feature, but there is not that anymore available). In scientific libraries it is very essential to know which edition is needed.
Created attachment 105691 [details] [review] Bug 25699: Add edition information to "Holds to pull" report Added a feature that displays edition information of the book together with title in "Holds to pull" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. Those changes don't have performance impact because all tables including "biblioitem" were already used and joined in this request. Mentored-by: Andrew Nugged <nugged@gmail.com>
Created attachment 105786 [details] [review] Bug 25699: Add edition information to "Holds to pull" report Added a feature that displays edition information of the book together with title in "Holds to pull" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. Those changes don't have performance impact as all tables including "biblioitem" were already used and joined in this request. Mentored-by: Andrew Nugged <nugged@gmail.com>
Created attachment 106006 [details] [review] Bug 25699: Add edition information to "Holds to pull" report Added a feature that displays edition information of the book together with title in "Holds to pull" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. Those changes don't have performance impact as all tables including "biblioitem" were already used and joined in this request. Mentored-by: Andrew Nugged <nugged@gmail.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Hi Petro, thx for the patch! You've got a good description of the patch in your commit message, but it would be nice to also have steps for testing this. Not an issue here for me, just noting for future patches! I also suspect you might not be using git-bz yet (from the [PATCH] in your subject line) - if not, I recommend checking it out as it makes life a lot easier.
Created attachment 106132 [details] [review] Bug 25699: Add edition information to "Holds to pull" report Added a feature that displays edition information of the book together with title in "Holds to pull" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. Those changes don't have performance impact as all tables including "biblioitem" were already used and joined in this request. Mentored-by: Andrew Nugged <nugged@gmail.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
*** Bug 25799 has been marked as a duplicate of this bug. ***
(In reply to Katrin Fischer from comment #4) > but it would be nice to also have steps for testing this. all three of us noted that, ok, thanks :P.
Pushed to master for 20.11, thanks to everybody involved!
useful enhancement, choosing to backport backported to 20.05.x for 20.05.02
enhancement, not backporting to 19.11.x