From 55cbdf73f964f8a09396c5b8a814e0d2a578f0b6 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 28 Apr 2022 12:12:34 +0000 Subject: [PATCH] Bug 29346: (follow-up) Fix typo 'availabe' Signed-off-by: Tomas Cohen Arazi --- Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm b/Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm index 1ac098e7d2..852ff065ac 100644 --- a/Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm +++ b/Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm @@ -100,7 +100,7 @@ sub process { type => 'success', code => 'holds_queue_updated', biblio_id => $biblio_id, - availabe_items => $result->{available_items}, + available_items => $result->{available_items}, mapped_items => $result->{mapped_items}, requests => $result->{requests}, }; -- 2.34.1