[Koha-bugs] [Bug 15336] Script for merging vendors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 6 16:30:36 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15336

--- Comment #44 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list