Bugzilla – Attachment 139923 Details for
Bug 30847
Cleanup opac-reserve.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30847: Remove unused variable
Bug-30847-Remove-unused-variable.patch (text/plain), 899 bytes, created by
Joonas Kylmälä
on 2022-08-28 14:25:17 UTC
(
hide
)
Description:
Bug 30847: Remove unused variable
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2022-08-28 14:25:17 UTC
Size:
899 bytes
patch
obsolete
>From 351a0716128952c226dc1382db100173c82ee423 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@iki.fi> >Date: Sun, 28 Aug 2022 14:21:06 +0000 >Subject: [PATCH] Bug 30847: Remove unused variable >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > opac/opac-reserve.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl >index 3ebb0be738..23ff6da31f 100755 >--- a/opac/opac-reserve.pl >+++ b/opac/opac-reserve.pl >@@ -337,8 +337,6 @@ foreach my $biblioNumber (@biblionumbers) { > my $biblio = Koha::Biblios->find( $biblioNumber ); > next unless $biblio; > >- my $marcrecord = $biblio->metadata->record; >- > my $items = Koha::Items->search_ordered( > [ > biblionumber => $biblioNumber, >-- >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 30847
:
135340
|
135341
|
135342
|
135343
|
135344
|
135345
|
135346
|
135347
|
135348
|
137668
|
137669
|
137670
|
137671
|
137672
|
137673
|
137674
|
137675
|
138654
|
138655
|
138934
|
138935
|
138936
|
138937
|
138938
|
138939
|
138940
|
138941
|
139628
|
139629
|
139630
|
139631
|
139632
|
139633
|
139634
|
139635
|
139915
|
139916
|
139917
|
139918
|
139919
|
139920
|
139921
|
139922
| 139923