From 6d6084942404fa2f9806bbb08bb8400ada20032c 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 --- 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 92a7e1d758..f775e6fd5d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt @@ -61,6 +61,7 @@ Title Author Barcode + Call number Library Hold date Expiration date @@ -78,6 +79,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.34.1