31 Jul
2017
31 Jul
'17
11:31 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 --- Comment #12 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Fridolin SOMERS from comment #11)
Looks like Koha::MarcSubfieldStructures->find('','300','b') crashed. May I use Koha::MarcSubfieldStructures->search( { frameworkcode => '', tagfield => '300', tagsubfield => 'a' } ) like in AuthorisedValues.t ?
Yes, that should do it. You will need an extra ->next or ->first or so. There was an adjustment to Koha::Object's find. Probably not in 17.05. -- You are receiving this mail because: You are watching all bug changes.