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

Paul Derscheid <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Paul Derscheid <[email protected]> ---
I tested like this:
1) Create a booking for any item.
2) Open a db shell with `koha-mysql <INSTANCE>`
3) Update the created booking with:
`
update bookings set start_date = '<date in the past>', end_date = '<date also
in the past'> where booking_id = '<booking id of the booking you just
created>'.
`
4) Go the the bookings tab of said item.
5) Notice that a 'Show expired' link/button appears on the top left of the
table. Also note that the booking you created isn't displayed because it's in
the past.
6) Click the 'Show expired' button.
7) Notice that the expired booking is now shown.
8) Sign off.

-- 
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