Bugzilla – Attachment 168331 Details for
Bug 37126
Provide link to patron account when checking out to statistical patron ends checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37126: Added link to patron account when checking out to statistical patron ends checkout
Bug-37126-Added-link-to-patron-account-when-checki.patch (text/plain), 1.40 KB, created by
Eric Garcia
on 2024-07-01 18:08:36 UTC
(
hide
)
Description:
Bug 37126: Added link to patron account when checking out to statistical patron ends checkout
Filename:
MIME Type:
Creator:
Eric Garcia
Created:
2024-07-01 18:08:36 UTC
Size:
1.40 KB
patch
obsolete
>From da4e16f0ab25df93ccaaa82e485cc2e3c7e3606d Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Mon, 1 Jul 2024 17:53:30 +0000 >Subject: [PATCH] Bug 37126: Added link to patron account when checking out to > statistical patron ends checkout > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index ff812fe5c1..5508c49948 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -473,7 +473,7 @@ > [% IF ( STATS ) %] > <li>Local use recorded</li> > [% IF ( CHECKEDIN ) %] >- <li>Item checked in from: [% INCLUDE 'patron-title.inc' patron=BORROWER %]</li> >+ <li>Item checked in from: <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% BORROWER.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=BOrrOWER %]</a></li> > [% END %] > [% IF ( MESSAGES.ResFound ) %] > <li>Item on hold, please checkin.</li> >-- >2.30.2
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 37126
:
167878
|
168331
|
168336
|
168371