From ca9fc02f7b9fee034269d5c57defd7698fb7a3f5 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 16 Dec 2025 14:55:06 +0000 Subject: [PATCH] Bug 28530: Add missing use statement for Koha::Library::FloatLimits Signed-off-by: Kris Becker Signed-off-by: Martin Renvoize --- C4/Circulation.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index e17a7a63621..b6db2053691 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -123,6 +123,7 @@ use Koha::Exceptions::Checkout; use Koha::Plugins; use Koha::Recalls; use Koha::Library::Hours; +use Koha::Library::FloatLimits; use Carp qw( carp ); use List::MoreUtils qw( any ); use Scalar::Util qw( looks_like_number blessed ); -- 2.52.0