https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24898
--- Comment #2 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 203470 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203470&action=edit Bug 24898: Add 'Checkout' to branchtransfers.cancellation_reason enum AddIssue needs to distinguish "this transfer was cancelled because the item turned up at the wrong branch" (the existing 'WrongTransfer' value, used by AddReturn) from "this transfer was cancelled because the item got checked out before it ever arrived" - two different real-world events that shouldn't share one enum value, per the discussion on Bug 24298 comment 27/28. Test plan: 1. Apply the patch 2. perl installer/data/mysql/updatedatabase.pl 3. dbic --force 4. Confirm branchtransfers.cancellation_reason now accepts 'Checkout' -- 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/
