Holds queue -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 publication -information. In scientific libraries it is very essential to know which edition is needed.
*** This bug has been marked as a duplicate of bug 25699 ***
that one (25699) was about "Holds to pull" report, this one about "Holds queue" – Katrin, can we return this back to the stream?
Created attachment 106429 [details] [review] Bug 25799: Add edition information to "Holds queue" report Added a feature that displays edition information of the book together with title in "Holds queue" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. 1. Place a hold on a book with edition information. 2. Run build_holds_queue.pl cron job. 3. Go to /cgi-bin/koha/circ/view_holdsqueue.pl and check the "title" table of that book that you placed hold on. 4. Observe that there's no information about edition of that book. 5. Apply patch. 6. Repeat step 3. 7. Observe that cinformation about edition of that book appeared in the title table after book's title and author. Mentored-by: Andrew Nugged <nugged@gmail.com>
(In reply to Katrin Fischer from comment #1) > > *** This bug has been marked as a duplicate of bug 25699 *** Katrin, please review your decision - this is definitely not a duplicate, it's about same information to be displayed but in different report page. Can I change the status of this ticket to "need signoff"?
(In reply to Peter Vashchuk from comment #4) > (In reply to Katrin Fischer from comment #1) > > > > *** This bug has been marked as a duplicate of bug 25699 *** > > Katrin, please review your decision - this is definitely not a duplicate, > it's about same information to be displayed but in different report page. > > Can I change the status of this ticket to "need signoff"? Hi Andrew amd Peter, I am human, I make mistakes - in this case, I read to quickly and missed the difference in wording. It's completely ok to correct me! :)
Created attachment 106454 [details] [review] Bug 25799: Add edition information to "Holds queue" report Added a feature that displays edition information of the book together with title in "Holds queue" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. 1. Place a hold on a book with edition information. 2. Run build_holds_queue.pl cron job. 3. Go to /cgi-bin/koha/circ/view_holdsqueue.pl and check the "title" table of that book that you placed hold on. 4. Observe that there's no information about edition of that book. 5. Apply patch. 6. Repeat step 3. 7. Observe that cinformation about edition of that book appeared in the title table after book's title and author. Mentored-by: Andrew Nugged <nugged@gmail.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 106614 [details] [review] Bug 25799: Add edition information to "Holds queue" report Added a feature that displays edition information of the book together with title in "Holds queue" report. Edition information is fetched from "biblioitem" table as "editionstatement" and transferred to template. 1. Place a hold on a book with edition information. 2. Run build_holds_queue.pl cron job. 3. Go to /cgi-bin/koha/circ/view_holdsqueue.pl and check the "title" table of that book that you placed hold on. 4. Observe that there's no information about edition of that book. 5. Apply patch. 6. Repeat step 3. 7. Observe that cinformation about edition of that book appeared in the title table after book's title and author. 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>
Pushed to master for 20.11, thanks to everybody involved!
enchancement will not be backported to 20.05.x series