https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41898
--- Comment #31 from Paul Derscheid <[email protected]> --- Created attachment 202465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202465&action=edit Bug 41898: Add atomicupdate and update schema for 'issued' booking status Extends bookings.status enum to ('new', 'cancelled', 'issued', 'completed'). Migrates existing data intelligently: rows with an active checkout in the issues table (via booking_id) are updated to 'issued'; rows whose item has already been returned retain 'completed', which is already correct under the new scheme where 'completed' means the booking was fully fulfilled and the item returned. Sponsored-by: OpenFifth <https://openfifth.co.uk/> Sponsored-by: Westminster City Council <https://www.westminster.gov.uk/> Signed-off-by: Hannah Dunne-Howrie <[email protected]> Signed-off-by: Paul Derscheid <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
