Bugzilla – Attachment 125330 Details for
Bug 27279
"Checked out by" not populated on issuehistory.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27279: (bug 23916 follow-up) Fix issuer display on "Checkout history"
Bug-27279-bug-23916-follow-up-Fix-issuer-display-o.patch (text/plain), 1.89 KB, created by
Katrin Fischer
on 2021-09-26 13:10:47 UTC
(
hide
)
Description:
Bug 27279: (bug 23916 follow-up) Fix issuer display on "Checkout history"
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-09-26 13:10:47 UTC
Size:
1.89 KB
patch
obsolete
>From 60dd247cb4498bb66226c11751b5fda87bebab90 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 20 Sep 2021 11:07:11 +0200 >Subject: [PATCH] Bug 27279: (bug 23916 follow-up) Fix issuer display on > "Checkout history" > >Caused by > commit 61a39b0dd52df4f6d743671823449e265d6add26 > Bug 23916: (QA follow-up) Adapt all the things to the new column and accessor names > >- [% INCLUDE 'patron-title.inc' patron=checkout.issued_by %] > >+ [% INCLUDE 'patron-title.inc' patron=checkout.issuer_id %] > >It must have been patron=checkout.issuer as patron-title.inc is >expecting a Koha::Patron object, not a borrowernumber. > >Test plan: >Turn RecordStaffUserOnCheckout on >Check an item out then in >Go to the biblio checkout history and confirm that the "Checked out by" >column contains the logged in librarian's name. > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >index f7790e7c4d..ca7cf67acb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >@@ -86,7 +86,7 @@ > [% IF Koha.Preference('RecordStaffUserOnCheckout') %] > <td>[% IF checkout.issuer_id %] > <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% checkout.issuer_id | uri %]"> >- [% INCLUDE 'patron-title.inc' patron=checkout.issuer_id %] >+ [% INCLUDE 'patron-title.inc' patron=checkout.issuer %] > </a> > [% END %]</td> > [% END %] >-- >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 27279
:
125048
|
125056
| 125330