Bugzilla – Attachment 81891 Details for
Bug 21755
Show patron updated date in circ menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21755: Show patron updated date in circ menu
Bug-21755-Show-patron-updated-date-in-circ-menu.patch (text/plain), 1.62 KB, created by
Fridolin Somers
on 2018-11-02 13:15:44 UTC
(
hide
)
Description:
Bug 21755: Show patron updated date in circ menu
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2018-11-02 13:15:44 UTC
Size:
1.62 KB
patch
obsolete
>From 801aa0d418db919fd9040c1a391ca8370764c3bb Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 2 Nov 2018 09:58:06 +0100 >Subject: [PATCH] Bug 21755: Show patron updated date in circ menu > >In borrowers table the column updated_on stores the last updated date and time. >Display this in the circ menu. > >Test plan: >1) Go to a patron details page /cgi-bin/koha/members/moremember.pl >2) Look at left menu, you see "Updated on" and a date and time >3) Edit this patron and save >4) Check that "Updated on" changed >5) Click on each tab of menu to check this date is displayed >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 ++ > 1 file changed, 2 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 a16ca2bf9b..305ebb5abf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -1,4 +1,5 @@ > [% USE Koha %] >+[% USE KohaDates %] > [% IF ( patron.borrowernumber ) %] > <div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5> > <!--[if IE 6]> >@@ -69,6 +70,7 @@ > <li class="patroncategory">Category: [% patron.category.description | html %] ([% patron.categorycode | html %])</li> > <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) | html %]</li> > <li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber | html %]</li> >+ <li><span class="patronupdatedon">Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]</span></li> > </ul></div> > <div id="menu"> > <ul> >-- >2.17.1
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 21755
:
81891
|
81922
|
81926
|
81929