[Koha-bugs] [Bug 27896] Remove C4::Circulation::DeleteTransfer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 21 17:12:11 CEST 2021


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This patch replaces calls
      release notes|                            |to DeleteTransfer with
                   |                            |Koha::Item::Transfer->cance
                   |                            |l and then removes
                   |                            |C4::Circulation::DeleteTran
                   |                            |sfer entirely.
                   |                            |
                   |                            |This brings
                   |                            |two advantages:
                   |                            |1. Better
                   |                            |auditing of transfers by
                   |                            |recording reasons for
                   |                            |cancellation and throwing
                   |                            |suitable errors for various
                   |                            |conditions
                   |                            |2. Cleaning code
                   |                            |from the overburdened
                   |                            |C4::Circulation module.

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


More information about the Koha-bugs mailing list