From 9dbaefddb8ab2cf13805ae5bc7b1038091a740cb Mon Sep 17 00:00:00 2001 From: Agustin Moyano Date: Mon, 6 May 2019 23:14:04 -0300 Subject: [PATCH] Bug 18930: (follow-up) Amend search parameter in Koha::RefundLostItemFeeRules->_default_rule Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize --- Koha/RefundLostItemFeeRules.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Koha/RefundLostItemFeeRules.pm b/Koha/RefundLostItemFeeRules.pm index 207c61a..9112e08 100644 --- a/Koha/RefundLostItemFeeRules.pm +++ b/Koha/RefundLostItemFeeRules.pm @@ -162,7 +162,7 @@ sub _default_rule { my $self = shift; my $default_rule = $self->search( { - branchcode => '*', + branchcode => undef, categorycode => undef, itemtype => undef, rule_name => 'refund', -- 1.7.2.5