This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Seed script creates future overdue reservations #1263
Closed
Description
The seed script generated this reservation:
#<Reservation id: 6, reserver_id: 9, checkout_handler_id: 25, checkin_handler_id: nil,
start_date: "2015-06-27", due_date: "2015-06-28", checked_out: "2015-06-27 04:00:00",
checked_in: nil, created_at: "2015-05-25 15:53:17", updated_at: "2015-05-25 15:53:17",
equipment_model_id: 2, equipment_item_id: 9,
notes: "Tofu PBR blog photo booth raw denim iPhone hoodie ...",
notes_unsent: true, times_renewed: nil, status: 3, overdue: true, flags: 1>
Somehow, this reservation is in the future, but has been checked out and flagged as overdue. This may or may not be related to #1229
Activity