[Bug 33283] New: Curbside pickups - Rogue curbside pickups
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33283 Bug ID: 33283 Summary: Curbside pickups - Rogue curbside pickups Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: caroline.cyr-la-rose@inlibro.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Not sure if this is something that would happen IRL, but I have some rogue curbside pickup appointments in my installation that I can't remove except by going into the database. I think maybe it's the filters in the curbside pickup lists that are a bit too restrictive, removing anything that is not today? Not sure how to replicate this one except make appointments and leave them there... In the patron's account, I have two notifications about curbside pickups https://snipboard.io/whQPBJ.jpg There is nothing in the "To be staged" report https://snipboard.io/GTkiNZ.jpg There is no "Delivered" report except "Delivered today", which is also empty https://snipboard.io/jdF8gW.jpg The patron doesn't currently have any holds, so I can't cancel the holds to cancel the pickups. In the database, for this patron select * from curbside_pickups where borrowernumber = 37 \G; *************************** 1. row *************************** id: 9 borrowernumber: 37 branchcode: CPL scheduled_pickup_datetime: 2023-02-04 13:00:00 staged_datetime: NULL staged_by: NULL arrival_datetime: NULL delivered_datetime: NULL delivered_by: NULL notes: *************************** 2. row *************************** id: 23 borrowernumber: 37 branchcode: CPL scheduled_pickup_datetime: 2023-02-06 13:40:00 staged_datetime: 2023-02-06 11:37:52 staged_by: 51 arrival_datetime: 2023-02-06 11:39:20 delivered_datetime: 2023-02-06 11:39:35 delivered_by: 51 notes: 2 rows in set (0.000 sec) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org