http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14597 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 41170 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41170 [SIGNED-OFF] Bug 14597 - Reverting a batch where a record overlaid is now deleted record will fail Review of attachment 41170: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14597&attachment=41170) ----------------------------------------------------------------- ::: C4/ImportBatch.pm @@ +813,4 @@
sub BatchRevertRecords { my $batch_id = shift;
+ my $logger = Koha::Logger->get( { category => 'C4.ImportBatch.BatchRevertRecords' } );
Really? We are going to create an instance of Log::Log4perl for each subroutine call? -- You are receiving this mail because: You are watching all bug changes.