Bugzilla – Attachment 99969 Details for
Bug 24770
Show age of patron on circulation page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24770: Show age of patron on circulation page
Bug-24770-Show-age-of-patron-on-circulation-page.patch (text/plain), 1.33 KB, created by
Radek Šiman (R-Bit Technology, s.r.o.)
on 2020-03-02 23:03:06 UTC
(
hide
)
Description:
Bug 24770: Show age of patron on circulation page
Filename:
MIME Type:
Creator:
Radek Šiman (R-Bit Technology, s.r.o.)
Created:
2020-03-02 23:03:06 UTC
Size:
1.33 KB
patch
obsolete
>From 71a6cb92c2ba87fa8e8d307738bfc53fb5ebe552 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Radek=20=C5=A0iman?= <rbit@rbit.cz> >Date: Mon, 2 Mar 2020 23:53:49 +0100 >Subject: [PATCH] Bug 24770: Show age of patron on circulation page > >This patch only adds new line containing age to the patron info > >1) Navigate to a patron checkout page >2) No age is visible above "category" in patron's info above circ menu >3) Apply the patch >4) Reload this patron >5) Age is here and always visible regardless the active tab >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 1 + > 1 file changed, 1 insertion(+) > >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 95ace5e248..5d442a0e7d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -77,6 +77,7 @@ > [% END %] > [% END %] > [% END %] >+ <li class="patronage">Age: [% patron.get_age | html %] years</li> > <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> >-- >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 24770
:
99969
|
99994