Bugzilla – Attachment 172618 Details for
Bug 30221
Make the tables on opac-user.tt column configurable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30221: (QA follow-up) perl-tidyness
Bug-30221-QA-follow-up-perl-tidyness.patch (text/plain), 957 bytes, created by
Lucas Gass (lukeg)
on 2024-10-10 14:40:44 UTC
(
hide
)
Description:
Bug 30221: (QA follow-up) perl-tidyness
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-10-10 14:40:44 UTC
Size:
957 bytes
patch
obsolete
>From 652ab104a93f61fa50dfb39114ab7ced393654dd Mon Sep 17 00:00:00 2001 >From: Arthur Suzuki <arthur.suzuki@biblibre.com> >Date: Mon, 7 Oct 2024 13:04:16 +0200 >Subject: [PATCH] Bug 30221: (QA follow-up) perl-tidyness > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > opac/opac-user.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-user.pl b/opac/opac-user.pl >index e026c44fc8f..a1dd199b22b 100755 >--- a/opac/opac-user.pl >+++ b/opac/opac-user.pl >@@ -283,7 +283,7 @@ if ( $pending_checkouts->count ) { # Useless test > > my $biblio_object = Koha::Biblios->find($issue->{biblionumber}); > $issue->{biblio_object} = $biblio_object; >- my $library_object = Koha::Libraries->find($issue->{branchcode}); >+ my $library_object = Koha::Libraries->find( $issue->{branchcode} ); > $issue->{branchname} = $library_object->branchname; > push @issuedat, $issue; > $count++; >-- >2.39.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 30221
:
172214
|
172451
|
172452
|
172453
|
172454
|
172455
|
172456
|
172581
|
172610
|
172611
|
172613
|
172615
|
172616
| 172618 |
172620
|
174014
|
174015
|
174016
|
174046
|
174047
|
174048