https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED --- Comment #10 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Marcel de Rooy from comment #8)
+ $schema->resultset('Biblio')->delete();
Hmm
What is wrong with this ? It's in the tests, inside a transaction. (In reply to Marcel de Rooy from comment #9)
my $biblios_rs = Koha::Biblios->new->search(undef, { join => 'biblioitem' });
Not a normal pattern to use new here
Bad copy/paste/edit here ... I'll fix it -- You are receiving this mail because: You are watching all bug changes.