https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41763 --- Comment #3 from David Nind <david@davidnind.com> --- Created attachment 194194 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194194&action=edit Bug 41763: Use fill_default_value instead of FillWithDefaultValues This patch adds unified version of the code to fill default values in acquisition order creation. It uses the fill_default_value method from the Koha::Biblioframeworks instead of the C4::Acquisition::FillWithDefaultValues module. Test plan: 1. Create or modify acquisition framework ACQ with a default value for a field (for instance 099$z=1). 2. Create a new acquisition order from a new record. 3. Verify the default value exist in the order detail page. Sponsored-by: Koha-Suomi Oy Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.