http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303 --- Comment #19 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #14)
I am not sure to understand the test plan. I did: - A is guarantor for B - I check out 1 item to A and 1 item to B - On the staff interface, I see the relative's checkouts. - At the OPAC: log as A: there is a relative's checkouts tab but with an empty table. (debug: opac-user.pl l.358: warn Dumper \@borrowernumbers; displays [borrowernumber_B] and @relatives contains 1 object Koha::Schema::Result::Borrower) log as B: there is no relative's checkouts tab. (debug: \@borrowernumbers => [borrowernumber_A], @relatives is empty)
Marked as Failed QA.
I was able to test this just fine in a sandbox. Try http://catalogue.test8.biblibre.com/cgi-bin/koha/opac-user.pl The users/passwords are ace, ron, and lisa. Admin is "test" as usual. I don't know how long this will stay up before someone blows it away of course. -- You are receiving this mail because: You are watching all bug changes.