Bugzilla – Attachment 94932 Details for
Bug 23938
Title missing from Checked out box
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23938: Restore title display in last checked out box
Bug-23938-Restore-title-display-in-last-checked-ou.patch (text/plain), 1.60 KB, created by
Nick Clemens (kidclamp)
on 2019-10-31 19:05:52 UTC
(
hide
)
Description:
Bug 23938: Restore title display in last checked out box
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-10-31 19:05:52 UTC
Size:
1.60 KB
patch
obsolete
>From c48a5b274aa54ec7d8f1bcec32da7f3dedde30e3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 31 Oct 2019 19:03:59 +0000 >Subject: [PATCH] Bug 23938: Restore title display in last checked out box > >To test: >1 - Check out to a patron >2 - Note the display under the checkotu box does not have title >3 - Apply patch >4 - Checkout another item >5 - Note the title displays >--- > 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 acbe85abab..7c78ca7768 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -622,7 +622,7 @@ > > [% IF ( issue ) %] > <div class="lastchecked"> >- <p><strong>Checked out: </strong>[% issue.item.biblioitemnumber.biblionumber.title | html %] ([% issue.item.barcode | html %]). Due on [% issue.date_due | $KohaDates as_due_date => 1 %]</p> >+ <p><strong>Checked out: </strong>[% issue.item.biblio.title | html %] ([% issue.item.barcode | html %]). Due on [% issue.date_due | $KohaDates as_due_date => 1 %]</p> > </div> > [% END %] > </form> <!-- /#mainform --> >-- >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 23938
:
94931
|
94932
|
94949
|
94950