https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37346
--- Comment #5 from Jake Deery <[email protected]> --- Created attachment 194345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194345&action=edit Bug 37346: Koha::VirtualShelf::owner is now an accessor This patch updates the DB field `virtualshelves`.`owner` to be `virtualshelves`.`owner_id`, and adds an accessor method in place of owner. The rationale behind this patch is that, in future patches, we can begin to reduce repeated calls of Koha::Patrons->find by providing an accessor for the aforementioned damp code. TO TEST: == APPLY PATCH == b) ensure the full test harness works, by running k.t.d with RUN_TESTS_AND_EXIT=yes in your .env file c) ensure ALL create, read, update, and delete functions work under the lists module on the staff client & OPAC (aka TEST EVERYTHING) d) ensure you can add to lists from the search on the staff client & OPAC e) ensure you can email lists from the send lists button on the staff client & OPAC f) create a list with at least one biblio inside g) enable the ERMModule system preference 1) goto the ERM module 2) create a package called package 3) under titles, select import from list 4) select package in the dropdown, and click import next to your list h) ensure a biblio is listed under titles in the ERMModule == SIGN OFF == -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
