82 |
is( $result->chooser->borrowernumber, $visit->{chooser_brwnumber} ); |
82 |
is( $result->chooser->borrowernumber, $visit->{chooser_brwnumber} ); |
85 |
local $TODO = "We want our results here to be Koha::Patron objects, but they by default return DBIC Schema objects. The currently accepted solution to this (use the _from_dbic method), is defined for Koha::Objects, but not for Koha::Object. We do not resolve this issue here"; |
85 |
isa_ok( $result->chooser, "Koha::Patron"); |