Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutin...
[koha.git] / opac / sco / sco-main.pl
index 7e4f810..f0ca37e 100755 (executable)
@@ -132,7 +132,7 @@ elsif ( $op eq "checkout" ) {
     my $impossible  = {};
     my $needconfirm = {};
     if ( !$confirmed ) {
-        ( $impossible, $needconfirm ) = CanBookBeIssuedCheckout(
+        ( $impossible, $needconfirm ) = CanBookBeIssued(
             $borrower,
             $barcode,
             undef,