[Bug 41816] New: Wrong additional fields base class in Koha::Acquisition::Booksellers;
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41816 Bug ID: 41816 Summary: Wrong additional fields base class in Koha::Acquisition::Booksellers; Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: glasklas@gmail.com QA Contact: testopia@bugs.koha-community.org 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41816 --- Comment #1 from David Gustafsson <glasklas@gmail.com> --- Created attachment 192976 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192976&action=edit 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org