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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
  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 <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to