Bug 33172 - Should not be possible to delete item with open transit
Summary: Should not be possible to delete item with open transit
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 21.11
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-08 17:02 UTC by John Yorio
Modified: 2023-04-11 16:23 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 John Yorio 2023-03-08 17:02:34 UTC
If an item is deleted while it still has an open(datearrived is null), uncancelled transit in branchtransfers,the receiving library will receive a 500 error when trying to view "Transfers to receive" (transferstoreceive.pl)

If the item has a hold on it, Koha prevents the deletion. However, if the item is being manually transferred and has no hold on it, it does not.

I'm not sure if this in any way relates to https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32528
Comment 1 Rebecca Coert 2023-04-11 16:23:06 UTC
+1 agreed - items in transit should not be able to be deleted.