Bugzilla – Attachment 192976 Details for
Bug 41816
Wrong additional fields base class in Koha::Acquisition::Booksellers;
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41816: Wrong additional fields base class for Booksellers
Bug-41816-Wrong-additional-fields-base-class-for-B.patch (text/plain), 990 bytes, created by
David Gustafsson
on 2026-02-11 10:56:37 UTC
(
hide
)
Description:
Bug 41816: Wrong additional fields base class for Booksellers
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2026-02-11 10:56:37 UTC
Size:
990 bytes
patch
obsolete
>From c7f5945c312530e96e458e9f52dc040898c4f498 Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Wed, 11 Feb 2026 11:47:56 +0100 >Subject: [PATCH] Bug 41816: Wrong additional fields base class for Booksellers > >Fix additional fields base class for Koha::Acquisition::Booksellers > >Test plan: >1) Perform a vendor search, it should result in a crash. >2) Apply patch. >3) Perform the search again and verify the problem has been resolved. >--- > Koha/Acquisition/Booksellers.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Acquisition/Booksellers.pm b/Koha/Acquisition/Booksellers.pm >index 566b421c2b4..a425acb923a 100644 >--- a/Koha/Acquisition/Booksellers.pm >+++ b/Koha/Acquisition/Booksellers.pm >@@ -19,7 +19,7 @@ use Modern::Perl; > > use Koha::Acquisition::Bookseller; > >-use base qw( Koha::Object::Mixin::AdditionalFields Koha::Objects ); >+use base qw( Koha::Objects::Mixin::AdditionalFields Koha::Objects ); > > =head1 NAME > >-- >2.51.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 41816
: 192976