https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29087 Andreas Jonsson <andreas.jonsson@kreablo.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.jonsson@kreablo.se --- Comment #39 from Andreas Jonsson <andreas.jonsson@kreablo.se> --- This does not work! The method get_effective_rule cannot be used to filter on rule_value! my $default_rule = Koha::CirculationRules->get_effective_rule( { rule_name => 'holdallowed', rule_value => 'not_allowed', } ); print Dumper($default_rule->unblessed); $VAR1 = { 'categorycode' => undef, 'branchcode' => undef, 'rule_value' => 'from_any_library', 'id' => 268, 'itemtype' => undef, 'rule_name' => 'holdallowed' }; -- You are receiving this mail because: You are watching all bug changes.