3 Aug
2017
3 Aug
'17
9:47 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 --- Comment #13 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Marcel de Rooy from comment #12)
(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.
Yes I found it is dependent from Bug 18361 not in 17.05.x. I choose to integrate it. -- You are receiving this mail because: You are watching all bug changes.