Lines 38-44
use Koha::Biblio::Metadata;
Link Here
|
38 |
use Koha::Biblio::Metadatas; |
38 |
use Koha::Biblio::Metadatas; |
39 |
use Koha::BiblioFramework; |
39 |
use Koha::BiblioFramework; |
40 |
use Koha::BiblioFrameworks; |
40 |
use Koha::BiblioFrameworks; |
41 |
use Koha::Holdings; |
|
|
42 |
|
41 |
|
43 |
my $schema = Koha::Database->new->schema; |
42 |
my $schema = Koha::Database->new->schema; |
44 |
$schema->storage->txn_begin; |
43 |
$schema->storage->txn_begin; |