Bugzilla – Attachment 177118 Details for
Bug 34681
Last returned by and last/previous borrower doesn't display if patron's cardnumber is empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34681: Follow up - fix typo
Bug-34681-Follow-up---fix-typo.patch (text/plain), 1.67 KB, created by
Matt Blenkinsop
on 2025-01-24 15:10:04 UTC
(
hide
)
Description:
Bug 34681: Follow up - fix typo
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-01-24 15:10:04 UTC
Size:
1.67 KB
patch
obsolete
>From 218b932580dcd783831931bf2cb4254daf434486 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Thu, 23 Jan 2025 09:30:24 +0100 >Subject: [PATCH] Bug 34681: Follow up - fix typo > >Change from: [% last_retruned_by | html %] >To: [% last_returned_by | html %] > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 efbf925a165..20a4587c292 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -442,7 +442,7 @@ > [% SET last_returned_by = ITEM_DAT.object.last_returned_by.cardnumber || ITEM_DAT.object.last_returned_by.borrowernumber %] > <li> > <span class="label">Last returned by:</span> >- <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% ITEM_DAT.object.last_returned_by.borrowernumber | uri %]">[% last_retruned_by | html %]</a> >+ <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% ITEM_DAT.object.last_returned_by.borrowernumber | uri %]">[% last_returned_by | html %]</a> > </li> > [% END %] > [% FOR i IN ITEM_DAT.old_issues %] >-- >2.48.1
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 34681
:
176876
|
176940
|
176941
|
177117
| 177118