Bugzilla – Attachment 130535 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 for multi holds view
Bug-28405-Add-author-for-multi-holds-view.patch (text/plain), 2.55 KB, created by
Katrin Fischer
on 2022-02-13 12:59:07 UTC
(
hide
)
Description:
Bug 28405: Add author for multi holds view
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-02-13 12:59:07 UTC
Size:
2.55 KB
patch
obsolete
>From bddae791db24bf5f5a2690f84e8a2fd1601ac049 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 8 Feb 2022 19:03:47 +0100 >Subject: [PATCH] Bug 28405: Add author for multi holds view > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 ++ > reserve/request.pl | 3 ++- > 2 files changed, 4 insertions(+), 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 5f72b1ce4e..90aaa8ef53 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -305,6 +305,7 @@ > <ul> > <li> > <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a> >+ [% IF biblioloo.author %] by [% biblioloo.author | html %][% END %] > </li> > [% IF ( biblioloo.publicationyear ) %] > <li> >@@ -818,6 +819,7 @@ > <ul> > <li> > <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a> >+ [% IF biblioloo.author %] by [% biblioloo.author | html %][% END %] > </li> > [% IF ( biblioloo.publicationyear ) %] > <li> >diff --git a/reserve/request.pl b/reserve/request.pl >index ec5d03432e..b78faa9955 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -757,7 +757,8 @@ if ( ( $findborrower && $borrowernumber_hold || $findclub && $club_hold ) > ); > > $biblioloopiter{biblionumber} = $biblionumber; >- $biblioloopiter{title} = $biblio->title; >+ $biblioloopiter{title} = $biblio->title; >+ $biblioloopiter{author} = $biblio->author; > $biblioloopiter{rank} = $fixedRank; > $biblioloopiter{reserveloop} = \@reserveloop; > >-- >2.30.2
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