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

            Bug ID: 29879
           Summary: Make sure objects moved to old_* is not tried to be
                    saved again
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

When a checkout or a hold is completed, Koha moves the issues/reserves row to
their old_* counterpart. We are leaning towards chaining calls to simplify
code, but calling methods like Koha::Hold->cancel or Koha::Hold->fill should
somehow mark the current object so trying to store it by mistake should raise
an exception.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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/

Reply via email to