Bug 20940 - It should not be possible to check out a deleted item
Summary: It should not be possible to check out a deleted item
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 20271
Blocks:
  Show dependency treegraph
 
Reported: 2018-06-14 06:10 UTC by Petter Goksøyr Åsen
Modified: 2019-10-14 19:58 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petter Goksøyr Åsen 2018-06-14 06:10:13 UTC
After merging deleteditems and items tables (bug #20271), we have to update CanBookBeIssued, to return an error if the item is deleted.
Comment 1 Martin Renvoize 2018-06-14 10:45:54 UTC
Closing this one as I feel there's more to catch in the original bug still and have set it back to Failed QA pending a further set of eyes looking at it.
Comment 2 Petter Goksøyr Åsen 2018-06-14 10:46:52 UTC
I agree. Anyways handling it at GetItem seems like a better idea.