@@ -, +, @@ CircAutoPrintQuickSlip=clear --- circ/circulation.pl | 1 + 1 file changed, 1 insertion(+) --- a/circ/circulation.pl +++ a/circ/circulation.pl @@ -238,6 +238,7 @@ if ( $print eq 'yes' && $borrowernumber ne '' ) { } $query->param( 'borrowernumber', '' ); $borrowernumber = ''; + undef $patron; } # --