https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24027
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #3 from Jonathan Druart <[email protected]> --- Hi Andrew, Thanks for the patch, that's a great idea. Is it ready for signoff? Only one thing, we will certainly reject the first patch, $dbh must be retrieved from C4::Context->dbh only. Also we prefer to have a hashref as parameters to make the flag explicit: { postpone_indexes_update => 1 } Cheers, Jonathan -- 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/
