[Koha-bugs] [Bug 29741] Add Koha::Patron->safe_to_delete

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 21 01:40:41 CET 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com
  Text to go in the|                            |This enhancement adds a
      release notes|                            |handy method for checking
                   |                            |if a patron meets the
                   |                            |conditions to be deleted.
                   |                            |These conditions are:
                   |                            |
                   |                            |-
                   |                            |Has no linked guarantees
                   |                            |-
                   |                            |Has no pending debts
                   |                            |- Has
                   |                            |no current checkouts
                   |                            |- Is
                   |                            |not the system-configured
                   |                            |anonymous user
                   |                            |
                   |                            |It also
                   |                            |adapts the DELETE /patrons
                   |                            |route to use the newly
                   |                            |introduced
                   |                            |Koha::Patron->safe_to_delet
                   |                            |e method.

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


More information about the Koha-bugs mailing list