https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399
--- Comment #5 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #4) > Last one: > $schema->txn_commit unless $test_parameter; > > Would it be more appropriate/neat to rollback when testing here? It will rollback without commit, the result is the same. I just kept the same line as before. Happy to adjust if you think it is more readable with rollback (note that we are using "unless $test" above). -- 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/
