[Koha-bugs] [Bug 18651] New: Move of checkouts is still not correctly handled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 22 19:38:25 CEST 2017


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: jonathan.druart at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
        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.


More information about the Koha-bugs mailing list