Bugzilla – Attachment 98984 Details for
Bug 24176
Show the date of the last circulation in the items table in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24176: add datelastborrowed column
Bug-24176-add-datelastborrowed-column.patch (text/plain), 2.08 KB, created by
ByWater Sandboxes
on 2020-02-14 17:29:36 UTC
(
hide
)
Description:
Bug 24176: add datelastborrowed column
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-02-14 17:29:36 UTC
Size:
2.08 KB
patch
obsolete
>From 8d5b029f999b9cbdcacff459fedd751b4c53a60b Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 4 Dec 2019 23:28:55 +0000 >Subject: [PATCH] Bug 24176: add datelastborrowed column > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> > >Signed-off-by: Jessica Zairo <jzairo@bywatersolutions.com> >--- > 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 @@ > <th>Status</th> > <th class="title-string">Last seen</th> > <th class="title-string">Date accessioned</th> >+ <th class-"title-string">Date last borrowed</th> > <th>Barcode</th> > [% IF ( itemdata_uri ) %]<th>URL</th>[% END %] > [% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %] >@@ -402,6 +403,7 @@ Note that permanent location is a code, and location may be an authval. > </td> > <td class="datelastseen"><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td> > <td class="dateaccessioned"><span title="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</span></td> >+ <td class="datelastborrowed"><span title="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</span></td> > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> > [% IF ( itemdata_uri ) %] > [% IF Koha.Preference('URLLinkText') %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24176
:
96001
|
96803
|
98984
|
107663
|
107695
|
108019