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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
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/