Bugzilla – Attachment 192157 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), 2.17 KB, created by
Arthur Suzuki
on 2026-01-29 15:48:55 UTC
(
hide
)
Description:
Bug 30221: (QA follow-up) perl-tidyness
Filename:
MIME Type:
Creator:
Arthur Suzuki
Created:
2026-01-29 15:48:55 UTC
Size:
2.17 KB
patch
obsolete
>From 06eed3830d6b22e94fc45c942320edc9e2d2b8dc 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> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > opac/opac-user.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index fa1c368dd0a..d79cab84bc6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -694,7 +694,7 @@ > <tr> > [% IF ( JacketImages ) %]<th class="no-sort"> </th>[% END %] > <th data-colname="title" class="all anti-the">Title</th> >- [% UNLESS ( item_level_itypes ) %]<th data-colname="itemtype">Item type</th> [% END %] >+ [% UNLESS ( item_level_itypes ) %]<th data-colname="itemtype">Item type</th>[% END %] > [% IF ( show_barcode ) %]<th data-colname="barcode">Barcode</th>[% END %] > <th data-colname="callnumber">Call number</th> > <th data-colname="checkoutdate">Checked out on</th> >diff --git a/opac/opac-user.pl b/opac/opac-user.pl >index 99c3abb85bf..ead8f14a184 100755 >--- a/opac/opac-user.pl >+++ b/opac/opac-user.pl >@@ -292,7 +292,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
|
192154
|
192155
|
192156
| 192157 |
192158
|
192159
|
192160
|
193361