[Koha-bugs] [Bug 20664] Optimize retrieval of biblio and item data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 2 11:26:01 CET 2018


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #34 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Ere Maijala from comment #33)
> (In reply to M. Tompsett from comment #32)
> > ::: C4/Biblio.pm
> > @@ -310,4 @@
> > >  
> > >      $frameworkcode = "" if !$frameworkcode || $frameworkcode eq "Default"; # XXX
> > >  
> > > -    _strip_item_fields($record, $frameworkcode);
> > 
> > I really think removing the frameworkcode is a bad idea.
> 
> The default framwork was made authoritative in bug 19096. As a result of
> that, the frameworkcode parameter in GetMarcFromKohaField function is no
> longer used. _strip_item_fields is still using GetMarcFromKohaField, it just
> doesn't need the frameworkcode for anything. So effectively the patch just
> removes an unused parameter.

Yeah still writing that patch :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list