Bugzilla – Attachment 168445 Details for
Bug 35959
Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue' (and a few other modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35959: Fix C3 merge of Koha::Old::Hold (part 2)
Bug-35959-Fix-C3-merge-of-KohaOldHold-part-2.patch (text/plain), 793 bytes, created by
Martin Renvoize (ashimema)
on 2024-07-03 11:49:50 UTC
(
hide
)
Description:
Bug 35959: Fix C3 merge of Koha::Old::Hold (part 2)
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-03 11:49:50 UTC
Size:
793 bytes
patch
obsolete
>From 0fb7f8b6ced00275148a9d90fd8efcda19f4b2e3 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 3 Jul 2024 10:58:46 +0200 >Subject: [PATCH] Bug 35959: Fix C3 merge of Koha::Old::Hold (part 2) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Patron.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 1691c9d25b5..98dd05a4bbf 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -1584,6 +1584,7 @@ Return all the historical holds for this patron > sub old_holds { > my ($self) = @_; > my $old_holds_rs = $self->_result->old_reserves->search( {}, { order_by => 'reservedate' } ); >+ require Koha::Old::Holds; > return Koha::Old::Holds->_new_from_dbic($old_holds_rs); > } > >-- >2.45.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 35959
:
161690
|
161692
|
161693
|
162410
|
162411
|
162481
|
162482
|
162483
|
164468
|
164469
|
164470
|
164471
|
166926
|
166927
|
166928
|
166929
|
168427
|
168441
|
168442
|
168443
|
168444
| 168445 |
168566