]> git.koha-community.org Git - koha.git/commit
Bug 37964: Only show host items when system preference EasyAnalyticalRecords is enabled
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 19 Sep 2024 14:23:49 +0000 (16:23 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 30 Sep 2024 14:27:01 +0000 (15:27 +0100)
commitf27d58f72f87756252d74284e0d617f47d0ef3aa
tree4d43288ba8ef8bf57df0a7d68145c571bff52888
parent520bda9a4564dd84065d5018dc94f57ba46b1c1c
Bug 37964: Only show host items when system preference EasyAnalyticalRecords is enabled

After Bug 33496, host items are displayed even when system preference EasyAnalyticalRecords is disabled.

Test plan :
1) Build an analytical record with 773$0 and $9
2) Enable 'EasyAnalyticalRecords'
3) Go to catalogue details page
=> You see the linked item
4) Disable EasyAnalyticalRecords
5) Go to catalogue details page
=> You dont see the linked item

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Biblio.pm