Bug 8033: This patch adds print slips to self checkout.
[koha_fer] / opac / sco / sco-main.pl
index 26a8774..f53fcda 100755 (executable)
@@ -239,6 +239,7 @@ if ($borrower->{cardnumber}) {
         patronlogin => $patronlogin,
         patronpw => $patronpw,
         noitemlinks => 1 ,
+    borrowernumber => $borrower->{'borrowernumber'},
     );
     my $inputfocus = ($return_only      == 1) ? 'returnbook' :
                      ($confirm_required == 1) ? 'confirm'    : 'barcode' ;