Bugzilla – Attachment 172456 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), 900 bytes, created by
Arthur Suzuki
on 2024-10-07 12:08:32 UTC
(
hide
)
Description:
Bug 30221: (QA follow-up) perl-tidyness
Filename:
MIME Type:
Creator:
Arthur Suzuki
Created:
2024-10-07 12:08:32 UTC
Size:
900 bytes
patch
obsolete
>From 83dfe9cbcb03d664a8c8ddab7682e8b6902951a8 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 > >--- > 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 e026c44fc8..a1dd199b22 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.5
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