https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38262 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #188755|0 |1 is obsolete| | --- Comment #41 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 189025 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189025&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.