@@ -, +, @@ --- Koha/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Patron.pm +++ a/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. --