From f4eddd1ddb8f86bb7b50f9c7ddd6e190396754cc Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 10 Oct 2023 14:16:11 +0200 Subject: [PATCH] Bug 34828: Fix test --- C4/Koha.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 124d5362a04..081d87659be 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -683,7 +683,6 @@ sub GetNormalizedOCLCNumber { } else { # TODO for UNIMARC } - return } sub _normalize_match_point { -- 2.34.1