[Koha-bugs] [Bug 14518] Deleting records with reservations (and no item) does not work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 21 22:00:11 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14518

--- Comment #7 from Maxime Beaulieu <maxime.beaulieu at inlibro.com> ---
(In reply to Katrin Fischer from comment #6)
> Yep - but we need a new test plan

I. Setup
Create the following if needed:
1) A patron for placing holds and checkouts
2) A test bibliographic record
3) An item for the record. Set the barcode to "DELETEME"

II. Corrupting the Database
1) Checkout the item "DELETEME"
2) Place a record level hold on the test record (next available item)
3) Checkin the item "DELETEME"
4) MySQL: DELETE FROM items WHERE barcode="DELETEME";

III. Deleting the record.
1) On the test record's details page: Edit -> Delete record
2) Click 'yes' in the prompt
3) Nothing happens.

IV. Fixing the bug
1) Apply the patch
2) Repeat step III to delete the record
3) Record is deleted

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list