Bugzilla – Attachment 168441 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.21 KB, created by
Martin Renvoize (ashimema)
on 2024-07-03 11:49:34 UTC
(
hide
)
Description:
Bug 35959: Fix C3 merge of 5 modules
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-03 11:49:34 UTC
Size:
1.21 KB
patch
obsolete
>From f9082d3edcbf0eee94803999c006d0a5fb29db45 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' > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 cb2f29aa283..85907394e9c 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.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