[Koha-bugs] [Bug 28294] C4::Circulation::updateWrongTransfer should be moved into Koha::

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 25 10:58:50 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294

--- Comment #37 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list