31 Mar
2017
31 Mar
'17
1:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18182 --- Comment #10 from Marcel de Rooy <m.de.rooy@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.