From 569bbb70c5331c750c78715c8d9812d38bbaecb0 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 --- 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 92a7e1d7584..f775e6fd5d2 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.30.2