Bug 17989: Extend bad template check
[koha.git] / t / db_dependent / Barcodes_ValueBuilder.t
index 5d19423..a116b45 100644 (file)
@@ -32,6 +32,7 @@ $schema->storage->txn_begin;
 my $builder = t::lib::TestBuilder->new;
 
 my $dbh = C4::Context->dbh;
+$dbh->do(q|DELETE FROM issues|);
 $dbh->do(q|DELETE FROM items|);
 my $item_1 = $builder->build({
     source => 'Item',
@@ -76,4 +77,3 @@ is($scr, undef, 'annual javascript');
 
 $schema->storage->txn_rollback;
 
-1;