Bugzilla – Attachment 121940 Details for
Bug 28405
Add author info to the holds page in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28405: add author name to request.tt when it exists
Bug-28405-add-author-name-to-requesttt-when-it-exi.patch (text/plain), 1.25 KB, created by
PTFS Europe Sandboxes
on 2021-06-14 23:03:28 UTC
(
hide
)
Description:
Bug 28405: add author name to request.tt when it exists
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2021-06-14 23:03:28 UTC
Size:
1.25 KB
patch
obsolete
>From de8e1e7084bd87b5f28ffd6c7dcb1ca2e1d32b8e Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 14 Jun 2021 20:33:48 +0000 >Subject: [PATCH] Bug 28405: add author name to request.tt when it exists > >To test: >1. Place a hold and observe request.tt >2. No author name >3. Apply patch >4. Reload request.tt >5. Author name should appear on the same line as the title. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index bddbe802d5..02baece885 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -94,7 +94,7 @@ > [% END %] > > [% UNLESS ( multi_hold ) %] >- <h1>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %]</h1> >+ <h1>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %][% IF biblio.author %] / [% biblio.author | html %][% END %]</h1> > [% ELSE %] > <h1>Confirm holds</h1> > [% END %] >-- >2.20.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 28405
:
121259
|
121290
|
121291
|
121937
|
121940
|
129678
|
129735
|
130244
|
130337
|
130534
|
130535