Bugzilla – Attachment 164468 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 5 modules
Bug-35959-Fix-C3-merge-of-5-modules.patch (text/plain), 1.10 KB, created by
Julian Maurice
on 2024-04-05 12:30:18 UTC
(
hide
)
Description:
Bug 35959: Fix C3 merge of 5 modules
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-04-05 12:30:18 UTC
Size:
1.10 KB
patch
obsolete
>From 4038427acdf220b1a3a6f0dbe954e54de3eb4527 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 5 Apr 2024 13:56:22 +0200 >Subject: [PATCH] Bug 35959: Fix C3 merge of 5 modules > >Test plan: > >Run the following commands: > > perl -c Koha/AuthorisedValue.pm > perl -c Koha/Patron/Category.pm > perl -c Koha/Patron/Attribute/Type.pm > perl -c Koha/Account/DebitType.pm > perl -c Koha/Account/CreditType.pm > >They should all print 'syntax OK' >--- > Koha/Object/Limit/Library.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Object/Limit/Library.pm b/Koha/Object/Limit/Library.pm >index cb2f29aa28..85907394e9 100644 >--- a/Koha/Object/Limit/Library.pm >+++ b/Koha/Object/Limit/Library.pm >@@ -19,7 +19,6 @@ use Modern::Perl; > > use Koha::Database; > use Koha::Exceptions; >-use Koha::Libraries; > > use Try::Tiny qw( catch try ); > >@@ -87,6 +86,8 @@ sub get_library_limits { > > return unless @branchcodes; > >+ require Koha::Libraries; >+ > my $filter = [ map { { branchcode => $_ } } @branchcodes ]; > my $libraries = Koha::Libraries->search( $filter ); > >-- >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 35959
:
161690
|
161692
|
161693
|
162410
|
162411
|
162481
|
162482
|
162483
|
164468
|
164469
|
164470
|
164471
|
166926
|
166927
|
166928
|
166929
|
168427
|
168441
|
168442
|
168443
|
168444
|
168445
|
168566