https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951

--- Comment #13 from Fridolin SOMERS <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to