Bug 41816 - Wrong additional fields base class in Koha::Acquisition::Booksellers;
Summary: Wrong additional fields base class in Koha::Acquisition::Booksellers;
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-11 10:46 UTC by David Gustafsson
Modified: 2026-02-11 10:56 UTC (History)
0 users

See Also:
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 (990 bytes, patch)
2026-02-11 10:56 UTC, David Gustafsson
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.