29 Oct
2025
29 Oct
'25
1:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 --- Comment #150 from Thibaud Guillot (thibaud_g) <thibaud.guillot@biblibre.com> --- (In reply to Fridolin Somers from comment #148)
Hi,
There might be an issue in get_effective_rule_value() :
my $memory_cache = Koha::Cache::Memory::Lite->get_instance; my $cache_key = sprintf "CircRules:%s:%s:%s:%s", $rule_name // q{}, $categorycode // q{}, $branchcode // q{}, $itemtype // q{} ,$has_priority // q{};
It generates error [WARN] Redundant argument in sprintf
Maybe sprintf is missing a "%s"
Hi Fred, Thanks for this feedback, I fixed this and squash commits by the way. -- You are receiving this mail because: You are watching all bug changes.