https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40154
Bug ID: 40154
Summary: Deleting an item does not warn about an item level
hold
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
At the moment, Koha doesn't give any warning if user is deleting an item that
has a hold attached to it. Item is simply deleted and the item level hold
vanishes as well.
To reproduce:
1. Make an item level hold
2. Delete the item using alternative A or B:
A: Open the biblios Detail-view -> From the toolbar, open "Edit"-dropdown menu
-> Manage items -> Delete the item that has an item level hold attached to it
from "Actions"-dropdown menu
B: Open the biblios Detail-view -> Select the item that has an item level hold
attached to it -> Click "Delete selected items" -> Confirm deletion
3. Notice that the item is deleted without any warning and the item level hold
has disappeared
4. Run following sql report: SELECT * FROM old_reserves WHERE biblionumber =
[biblionumber you used in the test]
5. Notice that the item level hold is not found in old_reserves-table
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/