[Koha-bugs] [Bug 19298] allow_onshelf_holds is not calculated correctly in opac-shelves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 24 14:52:23 CEST 2017


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

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 68461
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68461&action=edit
Bug 19298: (QA follow-up) Remove GetBiblioData call

In order to do at least something for performance, we could replace
the call to GetBiblioData since we are already fetching biblio data
with Koha::Biblios.
Note that the fields bnotes and bi_notforloan are not used in shelves.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Tested that notes are also displayed now in non-xslt view.
Got the best results in performance with this change say 640ms; with the
first patch 740ms and without both 690ms.

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


More information about the Koha-bugs mailing list