http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #14 from Jonathan Druart <jonathan.druart@biblibre.com> --- 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. -- You are receiving this mail because: You are watching all bug changes.