https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15336
--- Comment #44 from Tomás Cohen Arazi <[email protected]> --- Alex, can you move the transaction into ->merge_with (similar to the code in 'Consistency follow-up' in bug 9302)? And also make sure those tests added to t/Bookseller.t are actually in db_dependent? Regarding the transaction, you can use both $self->_result->result_source->schema->txn_do( sub { <code> } ); or your txn_begin / txn_commit|txn_rollback construct. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
