https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951
--- Comment #12 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ 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/
