https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137

--- Comment #150 from Thibaud Guillot (thibaud_g) 
<[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to