https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23485
--- Comment #1 from Nick Clemens <[email protected]> --- Created attachment 92404 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92404&action=edit Bug 23485: Add barocde to holds to pull This adds a barcode column, it tries to show 'Only' in the case of a single item, however, group by problems here may mean that you see several items that will fill a next available hold on this record instead of the single item to fill a patrons hold (i.e. the patron shown may not match the item list) As the group by is a bigger problem, I don't think we should block this one by that To test: 1 - Place an item level hold on a bib with several items with the same callnumber 2 - View the holds to pull report 3 - Try to guess which one on the shelf is right? 4 - Apply patch 5 - See the barcode in holds to pull report 6 - You can now grab the correct item (but don't yet) 7 - Place a next available hold on the same title 8 - See the report now lists all the barcodes on the item, but shows the borrower with a single hold 9 - Check in a different item that fills the next available hold 10 - Now the report shows the single item for the borrower -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
