From 8d5b029f999b9cbdcacff459fedd751b4c53a60b Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 4 Dec 2019 23:28:55 +0000 Subject: [PATCH] Bug 24176: add datelastborrowed column Signed-off-by: Maryse Simard Signed-off-by: Jessica Zairo --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 ++ 1 file changed, 2 insertions(+) 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 20bb32bb37..2472dfc2c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -239,6 +239,7 @@ Status Last seen Date accessioned + Date last borrowed Barcode [% IF ( itemdata_uri ) %]URL[% END %] [% IF ( itemdata_copynumber ) %]Copy number[% END %] @@ -402,6 +403,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 %] [% IF ( itemdata_uri ) %] [% IF Koha.Preference('URLLinkText') %] -- 2.11.0