[Koha-bugs] [Bug 36428] New: Current bookings are not counted in record side bar

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 26 13:58:25 CET 2024


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

            Bug ID: 36428
           Summary: Current bookings are not counted in record side bar
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Style guide
          Assignee: oleonard at myacpl.org
          Reporter: nick at bywatersolutions.com
        QA Contact: martin.renvoize at ptfs-europe.com

When a booking becomes active it is no longer counted in the sidebar on the
biblio page.

To test:
1 - Make an item bookable from the items tab on a record details
2 - Return to details view and place a booking
3 - Note sidebar says "Bookings (1)"
4 - Make the booking current from the DB:
    UPDATE bookings SET start_date=NOW() WHERE biblio_id={biblionumber};
5 - Reload the page
6 - NOte the count is now "Bookings (0)"

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


More information about the Koha-bugs mailing list