https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20253 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183860|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 183954 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183954&action=edit Bug 20253: Add basket_name_source field to vendor_edi_accounts table This patch adds a new ENUM field 'basket_name_source' to the vendor_edi_accounts table to allow configuration of how basket names are generated from EDIFACT quotes. Options: - 'filename' (default): Use the EDIFACT filename as basket name - 'purchase_order_number': Use RFF+ON segment value as basket name Changes: - Added atomicupdate for existing installations - Updated kohastructure.sql for new installations -- You are receiving this mail because: You are watching all bug changes.