20 Jun
2017
20 Jun
'17
6:44 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17698 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #23 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- my @notes = $schema->resultset('Issue')->search({ 'me.note' => { '!=', undef } }, { prefetch => [ 'borrower', { item => 'biblionumber' } ] }); Any chance to put this statement in Koha Object[s] style too? Thanks. -- You are receiving this mail because: You are watching all bug changes.