Bug 34972: (QA follow-up) Remove some ModReserveCancelAll imports
Not used? Dont import.
Which actually only leaves circ/waitingreserves.pl as the only
'real' caller.
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 87c1759dd7
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
18884add71
commit
4d473a1788
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,6 @@ use C4::Output qw( output_html_with_http_headers );
|
|||
use CGI qw ( -utf8 );
|
||||
use C4::Auth qw( get_template_and_user );
|
||||
use C4::Items;
|
||||
use C4::Reserves qw( ModReserveCancelAll );
|
||||
use Koha::Biblios;
|
||||
use Koha::DateUtils qw( dt_from_string );
|
||||
use Koha::Holds;
|
||||
|
|
|
@ -29,7 +29,7 @@ use List::MoreUtils qw( uniq );
|
|||
use Try::Tiny;
|
||||
|
||||
use C4::Output;
|
||||
use C4::Reserves qw( ModReserve ModReserveCancelAll );
|
||||
use C4::Reserves qw( ModReserve );
|
||||
use C4::Auth qw( checkauth );
|
||||
use Koha::BackgroundJob::BatchUpdateBiblioHoldsQueue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue