[Koha-bugs] [Bug 18182] TestBuilder should be able to return Koha::Object objects

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 31 13:28:49 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18182

--- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
This line in Koha::Objects prevents us from just sending @pks to find:

my $result = $self->_resultset()->find($id);

Koha::Objects here assumes one id, which is not correct.
Since Koha::IssuingRule has a composite primary key.
Your workaround is fine, but I think we should solve this on a new report.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list