Bug 41816

Summary: Wrong additional fields base class in Koha::Acquisition::Booksellers;
Product: Koha Reporter: David Gustafsson <glasklas>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 41816: Wrong additional fields base class for Booksellers

Description David Gustafsson 2026-02-11 10:46:09 UTC
It seems like the wrong additional fields mixin was used for  Koha::Acquisition::Booksellers in bug 38262, Koha::Object::Mixin::AdditionalFields when it should have been Koha::Objects::Mixin::AdditionalFields. Here is a fix for that.
Comment 1 David Gustafsson 2026-02-11 10:56:37 UTC
Created attachment 192976 [details] [review]
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.