From 1ad984a90ab1bd4d5b7b12714af1539326c667de Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 31 Oct 2019 19:03:59 +0000 Subject: [PATCH] Bug 23938: Restore title display in last checked out box To test: 1 - Check out to a patron 2 - Note the display under the checkotu box does not have title 3 - Apply patch 4 - Checkout another item 5 - Note the title displays Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize (cherry picked from commit dfdf3a74454d3844b6ed82f549d67f25c7001ded) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index f1055df1f7..46738888b4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -629,7 +629,7 @@ [% IF ( issue ) %]
-

Checked out: [% issue.item.biblioitemnumber.biblionumber.title | html %] ([% issue.item.barcode | html %]). Due on [% issue.date_due | $KohaDates as_due_date => 1 %]

+

Checked out: [% issue.item.biblio.title | html %] ([% issue.item.barcode | html %]). Due on [% issue.date_due | $KohaDates as_due_date => 1 %]

[% END %] -- 2.20.1