Bug 20919: Remove unecessary search calls on the biblio detail page
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 14 Jun 2018 14:31:02 +0000 (11:31 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 13 Jul 2018 10:34:29 +0000 (10:34 +0000)
commit19227359a197ae19a6d013c3e0f07a54173d1a46
tree8933c6c6947211a7d46b0069bc3c40e10e04fd80
parentd421cfaed55df1404a9242cfbbf9ad95c0a2ccf5
Bug 20919: Remove unecessary search calls on the biblio detail page

There is a countanalytics flag that is set for items used in analytical
biblio records. This flag is only used in the template when 'analyze'
has been passed to the script.
In order to avoid unecessary search calls (1 per item), $analyse must be
tested.

Test plan:
0. Do not apply the patch
1. tail -f /var/log/koha/kohadev/zebra-output.log
2. Hit a bibliographic record detail page with several items
3. Notice that the log has 1 line per item:
  11:30:36-14/06 zebrasrv(32) [warn] ir_session (exception)
4. Apply the patch
5. Hit the page again
6. There is nothing in the zebra log file

If you are familiar with analytic records, confirm that you are not
allowed to remove an item that is used in analytical biblio records.

Signed-off-by: Hugo Agud <hagud@orex.es>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
catalogue/detail.pl