---- Reported by jeanandre.santoni@biblibre.com 2009-09-10 08:18:53 ---- You can delete all items attached to a biblio, and Koha should check if some of these items are checked out to not delete them. Otherwise patrons will have unreturned ghost items. ---- Additional Comments From jeanandre.santoni@biblibre.com 2009-09-10 08:21:29 ---- Created an attachment This patch replaces DellItem by DellItemCheck in "delete all items". --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:12 UTC --- This bug was previously known as _bug_ 3597 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3597 Imported an attachment (id=1452) Actual time not defined. Setting to 0.0 The original reporter of this bug does not have an account here. Reassigning to the person who moved it here: chris@bigballofwax.co.nz. Previous reporter was jeanandre.santoni@biblibre.com. The original assignee of this bug does not have an account here. Reassigning to the default assignee for the component, gmcharlt@gmail.com. Previous assignee was jeanandre.santoni@biblibre.com. Bug reassigned, setting status to "NEW". Previous status was "ASSIGNED". The original submitter of attachment 1452 [details] [review] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
I just checked this feature in the 3.2 release candidate, and Delete All Items still did not block deletion of an item that was checked out. The item record was removed, leaving an orphan record in the issues table and attached to the patron's checkout list. I'm resetting the priority on this to blocker because I think this is a "don't use until it's fixed" problem.
As a further update, I tested this with a triggered hold ("item is waiting") and an untriggered hold. Deleting all items removed the triggered hold from that patron's record, but did not remove the untriggered hold, presumably on the theory that items could be added back to the title. If the title is then deleted, the untriggered hold is also deleted. This feature should have a warning at the delete all items stage for checkouts and holds.
Pushed patches so that items on loan, waiting on the hold shelf, or in transit for a hold request are no longer deleted. Downgrading bug, but leaving open for the cosmetic issue of giving the operator an explicit indication that some items were not deleted.
Waiting and transit statuses are still ignored in master as of 4-1-11. http://screencast.com/t/Lh5vwCxetec
Also, it does tell you that some items weren't deleted, so that part's fixed. :)
I believe this is fixed - you have to cancel all holds now before you can delete all items. My test record had a waiting and a reserved (not yet pulled) item.