From 74550c754cd86e5bf367a01d50adc9f3d089fc41 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 13 Nov 2023 10:07:16 +0000 Subject: [PATCH] Bug 35316: Add callnumber to holdshistory Test plan: Verify that column Call number now shows on the form. Signed-off-by: Marcel de Rooy Signed-off-by: Lucas Gass Signed-off-by: Emily Lamancusa Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt index 33b00e5512..c46227de21 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt @@ -62,6 +62,7 @@ Title Author Barcode + Call number Library Hold date Expiration date @@ -79,6 +80,7 @@ [% INCLUDE 'biblio-title.inc' biblio=hold.biblio link = 1 %] [% hold.biblio.author | html %] [% hold.item.barcode | html %] + [% hold.item.itemcallnumber | html %] [% Branches.GetName( hold.branchcode ) | html %] [% hold.reservedate | $KohaDates %] -- 2.39.5