https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED --- Comment #10 from Julian Maurice <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
