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

--- Comment #10 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to