https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32630
Bug ID: 32630
Summary: Don't delete ILL requests when patron is deleted
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: ILL
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
There is a FK constraint, that makes it so that when a patron is deleted, the
ILL requests linked to the account are deleted as well.
This can potentially cause a number of problems:
* ILL requests deleted could be pending, in shipment etc. You will have no
audit track if there are any problems with transport etc.
* You won't be able to do reliable statistics on number of ILL requests etc.
especially since adding a request is not even logged.
I propose that instead of removing the borrowernumber, we either
* leave it
* set it to NULL
Would love to get some input on this one!
--
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/