From 80fc94f86aab31e8b241cf713e6b10572a364693 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 4 Jan 2014 22:45:29 +0000 Subject: [PATCH] Bug 11336: (follow-up) correct change to POD for GetReserve() Signed-off-by: Galen Charlton --- C4/Reserves.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index 93d9cae168..7ba813d848 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -252,7 +252,7 @@ sub AddReserve { $res = GetReserve( $reserve_id ); - Return the current reserve or the old reserve. + Return the current reserve. =cut -- 2.39.2