https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18651
Bug ID: 18651
Summary: Move of checkouts is still not correctly handled
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
Severity: major
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 18242
Bug 18242 fixes a major: The move of a checkout from the issues table to the
old_issues table was not done in a transaction, that leads to data lost. The
issues row was deleted but not inserted to the old_issues table.
Now that we have 18242, the move is done in a transaction but there are still
several problems:
1. AddReturn returns a $issue hashref with the old issue_id value
=> At first glance it does not affect anything, but would be good to fix it for
future uses.
2. If the move fails for whatever reason (see
https://lists.katipo.co.nz/pipermail/koha/2017-May/048045.html for an example),
fines can be charged. It should not
3. accountlines.issue_id are not updated!
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18242
[Bug 18242] Move of checkouts to old_issues is not handle correctly
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/