6 Apr
2018
6 Apr
'18
4:30 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15336 --- Comment #44 from Tomás Cohen Arazi <tomascohen@gmail.com> --- 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.