[Koha-bugs] [Bug 35394] Correct the message displayed when attempting to checkout an item during it's booking period

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 8 21:50:49 CET 2024


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com
  Text to go in the|                            |This fixes the logic and
      release notes|                            |message displayed if you
                   |                            |try to check out an item
                   |                            |where there is a booking.
                   |                            |Now you cannot check out an
                   |                            |item where there is a
                   |                            |booking, and the message
                   |                            |displayed is: "The item is
                   |                            |booked for another patron".

--- Comment #5 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. To make an item bookable:
   1.1 In the staff interface, go to the details page for a record with items.
   1.2 Click on the 'Items' tab.
   1.3 For an item, change 'Bookable' to 'Yes' and click on 'Update'.
   1.4 Go back to the normal tab for the record.

2. To place a booking - click on the "Place booking" button for a record.

3. SQL to update the booking start date (adjust start_date and booking_id as
appropriate):
   3.1 Access the database: koha-mysql kohadev   
   3.2 SQL query: update bookings set start_date="2024-03-08 11:00:00" where
booking_id=1;

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


More information about the Koha-bugs mailing list