Bug 33607: Add framework display to staff details page
authorNick Clemens <nick@bywatersolutions.com>
Tue, 25 Apr 2023 14:14:19 +0000 (14:14 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 16 May 2023 18:17:43 +0000 (15:17 -0300)
commit631af0c4056428c7ce0c16340c396720d37cc974
treed6f564ae3ce67875ee853982beca4b206d64af33
parentc121cfae71478e91ada582fecf8a63d882c40b1e
Bug 33607: Add framework display to staff details page

This patch adds a Frameworks pluing to allow fetching the framework text
and displays this on the intranet details page

To test:
1 - Apply patch
2 - View a record details page in staff
3 - Confirm you see the framework name
4 - prove -v t/db_dependent/Template/Plugin/Frameworks.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Template/Plugin/Frameworks.pm [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
t/db_dependent/Template/Plugin/Frameworks.t [new file with mode: 0755]