From 10f38450f0f297fabe12b7bcc979ea3a23c3c807 Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen Date: Wed, 6 Jul 2016 17:04:59 +0200 Subject: [PATCH] Bug 6906: Fix POD reference to old method name. * Koha/Patron.pm (wants_check_for_previous_checkout): Fix POD. --- Koha/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index c9c2714..5ba5efc 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -102,7 +102,7 @@ sub siblings { =head3 wants_check_for_previous_checkout - $wants_check = $patron->wantsCheckPrevCheckout; + $wants_check = $patron->wants_check_for_previous_checkout; Return 1 if Koha needs to perform PrevIssue checking, else 0. -- 2.8.4