3 May
2017
3 May
'17
3:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18291 --- Comment #16 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (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.