X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fsco%2Fsco-main.pl;h=2488f670021c1ddef3cbbc2ef30e79d6b242195d;hb=8ad4fa34c12643ced8abfb03f9ae69ee5dea611a;hp=b36ff6434617d69b820ccab49caababa56d3c142;hpb=8307a1f79d8143e05c734cc750bb420c1ff41e1c;p=koha_fer diff --git a/opac/sco/sco-main.pl b/opac/sco/sco-main.pl index b36ff64346..2488f67002 100755 --- a/opac/sco/sco-main.pl +++ b/opac/sco/sco-main.pl @@ -92,7 +92,7 @@ my $issuer = GetMemberDetails($issuerid); my $item = GetItem(undef,$barcode); if (C4::Context->preference('SelfCheckoutByLogin') && !$patronid) { my $dbh = C4::Context->dbh; - my $resval, $patronid = checkpw($dbh, $patronlogin, $patronpw); + my ($resval, $patronid) = checkpw($dbh, $patronlogin, $patronpw); } my $borrower = GetMemberDetails(undef,$patronid);