https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18291
--- Comment #16 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #15) > If cache value is incorrect, we may certainly have serious problems on other > places too. > > If we do not replace with a context call here, we could still do a > Koha::Config::Syspref call? Assuming that the intention of this report is to > remove SQL statements from scripts. Yes and no. It would make sense to call Sysprefs->find everywhere and cache values in the Koha::Config::Sysprefs module. Which is a lot of work for not much added value. -- 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/
