From 8f89c69201619da007ad85f58340ce428d1dc5db Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 19 Mar 2025 20:57:22 +0100 Subject: [PATCH] Bug 39325: manual - reserv => reserve because of automatic changes in circ/transferstoreceive.tt Signed-off-by: Owen Leonard Signed-off-by: Nick Clemens --- circ/transferstoreceive.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/transferstoreceive.pl b/circ/transferstoreceive.pl index f3cd824dadb..1c8cd801848 100755 --- a/circ/transferstoreceive.pl +++ b/circ/transferstoreceive.pl @@ -121,7 +121,7 @@ while ( my $library = $libraries->next ) { } # If we have a return of reservloop we put it in the branchloop sequence - $branchloop{'reserv'} = \@transferloop; + $branchloop{'reserve'} = \@transferloop; } push( @branchesloop, \%branchloop ) if %branchloop; } -- 2.39.5