https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38262 --- Comment #38 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 188755 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188755&action=edit Bug 38262: Enable additional fields support for acquisition vendors Implements backend support for additional fields on vendor records by: - Adding AdditionalFields mixin to Bookseller/Booksellers classes - Defining additional_field_values and extended_attributes relationships in Aqbookseller schema with proper table name filtering - Updating REST API controller to handle extended_attributes during vendor creation and updates - Adding vendor to AdditionalField resource type mapping This provides the ORM-level support needed for vendors to have custom additional fields, matching the existing pattern used for other resource types like agreements, packages, and orders. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.