From 2a63307a7f576d5b4077d29091c8697606f22f9e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 3 Dec 2021 16:45:44 +0100 Subject: [PATCH] Bug 27272: Remove type= This is not related to anything known.. was it "itype" at some point? `git log -p` will tell you that it's there for a looong time already --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 067cb17ca8f..f8bffe50e34 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -536,7 +536,7 @@ Note that permanent location is a code, and location may be an authval. [% item.datelastseen | $KohaDates %] [% item.dateaccessioned | $KohaDates %] [% item.datelastborrowed | $KohaDates %] - [% item.barcode | html %] + [% item.barcode | html %] [% IF ( itemdata_uri ) %] [% IF item.uri.split(' \| ').size > 1 %] -- 2.25.1