https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41872
--- Comment #1 from Jake Deery <[email protected]> --- Created attachment 199330 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199330&action=edit Bug 41872: Add more metadata to bookings-to-collect This patch adds author and publication data to the bookings-to-collect table, as well as any that makes use of $biblio_to_html. It also adds an itype and ccode column to the aforementioned table. == TO TEST == a) make an item (preferably a book) bookable, and book it to a patron for a valid date range for collection (i.e. today plus 5 days) b) go to /cgi-bin/koha/circ/pendingbookings.pl c) notice how the item only shows its title, and does not show author or publication date, in the title column d) notice how there is no columns for item type or collection == APPLY PATCH == e) repeat step b f) notice how there is now author and publication year under title* * assuming here the item you picked has that information g) notice how there is now an item type and collection column on the table h) go to the following pages, and ensure title still renders correctly: * /cgi-bin/koha/catalogue/detail.pl?biblionumber=58 (raise a catalogue concern, then find concerns tab on holdings area, and ensure the title renders correctly) * /cgi-bin/koha/cataloguing/concerns.pl (ensure the title of the previously created catalogue concern is valid) * /cgi-bin/koha/catalogue/detail.pl?biblionumber=60 (edit record, setting leader 7 to c, then add another item to the bundle, checking the title renders correctly) * /cgi-bin/koha/members/holdshistory.pl?borrowernumber=51 (place a hold, and then check here that the title renders correctly. cancel the hold, and repeat) * /cgi-bin/koha/tools/batch_modify_holds.pl (place a hold, and then check here that the title renders correctly) * /cgi-bin/koha/circ/circulation.pl?borrowernumber=51 (check out a barcode, and then make sure the title still renders correctly) == SIGN OFF == USEFUL LINKS: - catalogue concerns on koha manual: https://koha-community.org/manual/latest/en/html/cataloging.html#catalog-concerns-label - bundles on koha manual: https://koha-community.org/manual/latest/en/html/circulation.html#creating-bundles - bookings on koha manual: https://koha-community.org/manual/latest/en/html/circulation.html#bookings-label -- 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/
