https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25951 Nicolas Legrand <nicolas.legrand@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107129|0 |1 is obsolete| | --- Comment #6 from Nicolas Legrand <nicolas.legrand@bulac.fr> --- Created attachment 107131 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107131&action=edit Bug 25951: Koha::Objects using the DBIx::Class relationships in Koha::Hold and Koha::Item Those changes focus on intranet pages /reserve/request.pl, circ/waitingreserves.pl and opac page koha/opac-user.pl. Test plan: 1. Apply the tests patch and do its test plan 2. apply this patch 3. rerun `prove t/db_dependent/Koha/Item/RelatedObjects.t ; prove t/db_dependent/Koha/Holds.pm`, all should be ok 4. make a hold on a checkouted item and check it in. It should be in waiting reserves now. 5. go have a look to /reserve/request.pl, circ/waitingreserves.pl, koha/opac-user.pl (while logged as the user having the hold) pages. 6. it should be errorless, you should see the library names and the forms should prompt the correct branchcode. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.