Bug 26988: No need to check if hold is linked to a patron
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Nov 2020 10:07:53 +0000 (11:07 +0100)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Tue, 8 Dec 2020 17:00:08 +0000 (17:00 +0000)
commitf71641f0b7ba887da6ad2f2dbc97419fc1be79cf
tree04402c0b12a8732b4d57954d92e4f687548e7ebf
parent16799f69a0f06d7a3925f5b22a96e0f60642159a
Bug 26988: No need to check if hold is linked to a patron

Holds are deleted along with patrons.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 7f83e703abd69383cb80ca36cd8219959f1ab205)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Koha/Hold.pm