[Koha-bugs] [Bug 29002] Add ability to book items ahead of time

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 4 10:24:25 CET 2023


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

George Veranis <gveranis at dataly.gr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gveranis at dataly.gr

--- Comment #51 from George Veranis <gveranis at dataly.gr> ---
Be aware that if you use the koha-plugin-room-reservations plugin, the plugin
will create a database table titled "bookings", so the updatedatabase.pl Koha
script will fail when it tries to create the table by the same name.
Here: 
https://github.com/Koha-Community/Koha/blob/0e6d576d70630ba2812ae02461be166ceb5d451f/installer/data/mysql/db_revs/230600061.pl#L13

checks only if the table exists so it skips the creation of the right structure
of the table.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list