Bug 17327: (QA followup) Remove Carp::Always which is not used
[koha-ffzg.git] / Koha / Holds.pm
index 6dc0c9e..038e31c 100644 (file)
@@ -77,7 +77,7 @@ sub forced_hold_level {
     my $record_level_count = $self->search( { itemnumber => undef } )->count();
     return 'record' if $record_level_count > 0;
 
-    return undef;
+    return;
 }
 
 =head3 type