@@ -, +, @@ Koha::RefundLostItemFeeRules->_default_rule --- Koha/RefundLostItemFeeRules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/RefundLostItemFeeRules.pm +++ a/Koha/RefundLostItemFeeRules.pm @@ -165,7 +165,7 @@ sub _default_rule { my $self = shift; my $default_rule = $self->search( { - branchcode => '*', + branchcode => undef, categorycode => undef, itemtype => undef, rule_name => 'refund', --