Bugzilla – Attachment 76105 Details for
Bug 20928
Checkout status not showing patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20928: Fix regression - display patron's info on moredetail if item is checked out
Bug-20928-Fix-regression---display-patrons-info-on.patch (text/plain), 2.19 KB, created by
Maryse Simard
on 2018-06-15 19:11:38 UTC
(
hide
)
Description:
Bug 20928: Fix regression - display patron's info on moredetail if item is checked out
Filename:
MIME Type:
Creator:
Maryse Simard
Created:
2018-06-15 19:11:38 UTC
Size:
2.19 KB
patch
obsolete
>From a3e847c81650e492a0f0026013105d31db4d9f3d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 14 Jun 2018 11:43:12 -0300 >Subject: [PATCH] Bug 20928: Fix regression - display patron's info on > moredetail if item is checked out >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch is a follow-up of > commit 5f80977875ff124d411f2cd89de4a944fa9c27af > Bug 18403: Use patron-title.inc when hidepatronname is used > >Test plan: >- Check an item out >- Go on the moredetail.pl page of this biblio record >Home ⺠Catalog ⺠Item details for your biblio >- Confirm that you see: >"Checkout status: Checked out to" >followed by the patron's info > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> >Followed the test plan and it works. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >index b1a261f..026e14f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -75,11 +75,7 @@ > <li><span class="label">Current location:</span> [% Branches.GetName( ITEM_DAT.holdingbranch ) %] </li> > <li><span class="label">Checkout status:</span> > [% IF ( ITEM_DAT.issue ) %]Checked out to >- [% IF ( hidepatronname ) %] >- <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% ITEM_DAT.borrowernumber %]">[% ITEM_DAT.cardnumber %]</a>, >- [% ELSE %] >- <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% ITEM_DAT.borrowernumber %]">[% ITEM_DAT.borrowerfirstname %] [% ITEM_DAT.borrowersurname %]</a>, >- [% END %] >+ [% INCLUDE 'patron-title.inc' patron => ITEM_DAT.patron hide_patron_infos_if_needed=1 %] > [% IF ( ITEM_DAT.lastreneweddate ) %] > Last renewed [% ITEM_DAT.lastreneweddate | $KohaDates %], > [% END %] >-- >2.7.4
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 20928
:
76058
|
76105
|
76138