Bug 7958 - Batch Item Delete Fails
Adding back "use C4::Search;" in Items.pm fixes the problem. I think this is probably related to the denesting efforts. Signed-off-by: Ian Walls <koha.sekjal@gmail.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
f15d3de96c
commit
bd1d643fad
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ use MARC::Record;
|
|||
use C4::ClassSource;
|
||||
use C4::Log;
|
||||
use List::MoreUtils qw/any/;
|
||||
use C4::Search;
|
||||
use Data::Dumper; # used as part of logging item record changes, not just for
|
||||
# debugging; so please don't remove this
|
||||
|
||||
|
|
Loading…
Reference in a new issue