Bugzilla – Attachment 168444 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::Account::Debit, Koha::Account::Credit
Bug-35959-Fix-C3-merge-of-KohaAccountDebit-KohaAcc.patch (text/plain), 1.17 KB, created by
Martin Renvoize (ashimema)
on 2024-07-03 11:49:45 UTC
(
hide
)
Description:
Bug 35959: Fix C3 merge of Koha::Account::Debit, Koha::Account::Credit
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-03 11:49:45 UTC
Size:
1.17 KB
patch
obsolete
>From fd63e39cc073e2290f03f7002b4480ec865226a7 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 5 Apr 2024 14:13:03 +0200 >Subject: [PATCH] Bug 35959: Fix C3 merge of Koha::Account::Debit, > Koha::Account::Credit > >Test plan: > >Run the following commands > > perl -c Koha/Account/Debit.pm > perl -c Koha/Account/Credit.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/Account/Line.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm >index 04b920cd5fe..2dc50293750 100644 >--- a/Koha/Account/Line.pm >+++ b/Koha/Account/Line.pm >@@ -27,7 +27,6 @@ use Koha::Account::Offsets; > use Koha::Database; > use Koha::DateUtils qw( dt_from_string ); > use Koha::Exceptions::Account; >-use Koha::Items; > use Koha::Patron::Debarments; > > use base qw(Koha::Object Koha::Object::Mixin::AdditionalFields); >@@ -80,6 +79,7 @@ sub item { > my ( $self ) = @_; > my $rs = $self->_result->itemnumber; > return unless $rs; >+ require Koha::Item; > return Koha::Item->_new_from_dbic( $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