Bug 15900 [QA Followup] - Use Koha::Patrons instead of Koha::Borrowers
commitd2d65d3b0f413296aef26977aae7e118f1dfe80d
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 6 Sep 2016 14:08:42 +0000 (6 14:08 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 27 Sep 2016 13:51:38 +0000 (27 13:51 +0000)
treef3f5b5ad06894e4a8483c13620dee07d64da4a9f
parent2a4debf309b5d6fee92e7e21f9b22688e8cd8f31
Bug 15900 [QA Followup] - Use Koha::Patrons instead of Koha::Borrowers

Since the initial submission of this patch, the module Koha::Borrowers
has been moved to Koha::Patrons. This patch changes the call from
Koha::Borrowers to Koha::Patrons.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Circulation.pm