https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294 --- Comment #37 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- + MODIFY COLUMN + `reason` enum( + 'Manual', + 'StockrotationAdvance', + 'StockrotationRepatriation', + 'ReturnToHome', + 'ReturnToHolding', + 'RotatingCollection', + 'Reserve', + 'LostReserve', + 'CancelReserve', + 'TransferCancellation', + 'WrongTransfer' + ) + AFTER `comments` Why modify a column after something ? -- You are receiving this mail because: You are watching all bug changes.