[Koha-bugs] [Bug 19317] New: Move of checkouts - Remove leftover

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 14 15:57:02 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19317

            Bug ID: 19317
           Summary: Move of checkouts - Remove leftover
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          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

Nothing important here, but this line should have been removed by bug 18966:

2177         # Update the fines
2178         $dbh->do(q|UPDATE accountlines SET issue_id = ? WHERE issue_id =
?|, undef, $old_checkout->issue_id, $issue->issue_id);

The issue_id is now the same when moved from issues to old_issues. We do not
need to update the accountlines table

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list