Bugzilla – Attachment 185402 Details for
Bug 33647
Display borrowers.lastseen in patron record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33647: Display borrowers.lastseen on patronbriefinfo
Bug-33647-Display-borrowerslastseen-on-patronbrief.patch (text/plain), 1.25 KB, created by
Owen Leonard
on 2025-08-14 16:02:56 UTC
(
hide
)
Description:
Bug 33647: Display borrowers.lastseen on patronbriefinfo
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-14 16:02:56 UTC
Size:
1.25 KB
patch
obsolete
>From b06555ee36c40a691051c18abf033477e2746b8f Mon Sep 17 00:00:00 2001 >From: Lari Strand <lari.strand@koha-suomi.fi> >Date: Thu, 14 Aug 2025 14:08:20 +0300 >Subject: [PATCH] Bug 33647: Display borrowers.lastseen on patronbriefinfo > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index 9eb64327123..f9d3bddd15b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -145,6 +145,9 @@ > <li> > <span class="patronupdatedon">Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]</span> > </li> >+ <li> >+ <span class="patronlastseenon">Last seen on [% patron.lastseen | $KohaDates with_hours => 1 %]</span> >+ </li> > [% IF patron.account_locked %] > [% IF patron.login_attempts < 0 %] > <li class="blocker account_admin_locked">Account has been administratively locked</li> >-- >2.39.5
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 33647
:
185382
| 185402 |
185403
|
185535