Bugzilla – Attachment 96001 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), 1.94 KB, created by
Lucas Gass (lukeg)
on 2019-12-04 23:31:09 UTC
(
hide
)
Description:
Bug 24176: add datelastborrowed column
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-12-04 23:31:09 UTC
Size:
1.94 KB
patch
obsolete
>From 4c237926fdacf08559e9aac5f7f4f4e551c9e63f 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 > >--- > 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 daa9c20bee..fb25af72f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -233,6 +233,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 %] >@@ -377,6 +378,7 @@ > </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 ) %] > <td class="uri"><a href="[% item.uri | url %]">[% item.uri | html %]</a></td> >-- >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