@@ -, +, @@ AutoSwitchPatron block --- circ/circulation.pl | 1 + 1 file changed, 1 insertion(+) --- a/circ/circulation.pl +++ a/circ/circulation.pl @@ -131,6 +131,7 @@ if ( C4::Context->preference("AutoSwitchPatron") && $barcode ) { $findborrower = $barcode; undef $barcode; undef $borrowernumber; + $barcodes = []; $autoswitched = 1; } } --