http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13726 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 35992 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35992&action=edit Bug 13726: Make Koha::Acq::Bookseller using Koha::Object This patch create a Koha::Acquisition::Booksellers module and Koha::Acquisition::Bookseller::Contract[s] modules. All code in the acquisition module is adapted to use the CRUD methods of Koha::Object[s]. The former C4 routines are removed. Test plan: Since a lot of files are impacted by this patch, try a complete acquisition workflow and try to catch errors. Be focused on bookseller and bookseller's contracts data. -- You are receiving this mail because: You are watching all bug changes.