@@ -, +, @@ --- opac/sco/sco-main.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/opac/sco/sco-main.pl +++ a/opac/sco/sco-main.pl @@ -132,7 +132,7 @@ elsif ( $op eq "checkout" ) { my $impossible = {}; my $needconfirm = {}; if ( !$confirmed ) { - ( $impossible, $needconfirm ) = CanBookBeIssuedCheckout( + ( $impossible, $needconfirm ) = CanBookBeIssued( $borrower, $barcode, undef, --