From 5bbfd4f1b145de80f21eb11b141127341ddd8052 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 17 Dec 2024 13:41:57 +0100 Subject: [PATCH] Bug 38713: circ/circulation.tt Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass --- .../prog/en/modules/circ/circulation.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 a3c9d73f1bb..5bce900629a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -361,8 +361,8 @@ [% IF ( BOOKED_TO_ANOTHER ) %]

-

[% END %] @@ -667,10 +667,10 @@ [% item.barcode | html %] - [% item.itemcallnumber | html %] - [% item.copynumber | html %] - [% item.stocknumber| html %] - [% item.enumchron| html %] + [% item.itemcallnumber | html %] + [% item.copynumber | html %] + [% item.stocknumber| html %] + [% item.enumchron| html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %] -- 2.34.1