Bugzilla – Attachment 113590 Details for
Bug 26988
Defer loading the hold pickup locations until the dropdown is selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26988: No need to check if hold is linked to a patron
Bug-26988-No-need-to-check-if-hold-is-linked-to-a-.patch (text/plain), 664 bytes, created by
Jonathan Druart
on 2020-11-13 10:08:52 UTC
(
hide
)
Description:
Bug 26988: No need to check if hold is linked to a patron
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-13 10:08:52 UTC
Size:
664 bytes
patch
obsolete
>From 006997d8c4759ddb174c808a833d741c9ae0ac32 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 13 Nov 2020 11:07:53 +0100 >Subject: [PATCH] Bug 26988: No need to check if hold is linked to a patron > >Holds are deleted along with patrons. >--- > Koha/Hold.pm | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/Koha/Hold.pm b/Koha/Hold.pm >index 6db7caf9fd..7754691238 100644 >--- a/Koha/Hold.pm >+++ b/Koha/Hold.pm >@@ -348,8 +348,6 @@ sub patron { > my ($self) = @_; > > my $patron_rs = $self->_result->patron; >- return unless $patron_rs; >- > return Koha::Patron->_new_from_dbic($patron_rs); > } > >-- >2.20.1
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 26988
:
113395
|
113418
|
113426
|
113427
|
113428
|
113456
|
113457
|
113458
|
113459
|
113460
|
113502
|
113533
|
113534
|
113535
|
113536
|
113537
|
113538
| 113590 |
113601
|
113669