View | Details | Raw Unified | Return to bug 17196
Collapse All | Expand All

(-)a/t/db_dependent/Exporter/Record.t (-2 / +1 lines)
Lines 34-40 use Koha::Database; Link Here
34
use Koha::Biblio;
34
use Koha::Biblio;
35
use Koha::Biblioitem;
35
use Koha::Biblioitem;
36
use Koha::Exporter::Record;
36
use Koha::Exporter::Record;
37
use Koha::Biblio::Metadatas;
37
use Koha::Biblio::Metadata;
38
38
39
my $schema  = Koha::Database->new->schema;
39
my $schema  = Koha::Database->new->schema;
40
$schema->storage->txn_begin;
40
$schema->storage->txn_begin;
41
- 

Return to bug 17196