Bug 18930: (follow-up) Amend search parameter in Koha::RefundLostItemFeeRules->_defau...
[koha-equinox.git] / Koha / RefundLostItemFeeRules.pm
index 207c61a..9112e08 100644 (file)
@@ -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',