View | Details | Raw Unified | Return to bug 35518
Collapse All | Expand All

(-)a/circ/circulation.pl (-1 / +1 lines)
Lines 131-136 if ( C4::Context->preference("AutoSwitchPatron") && $barcode ) { Link Here
131
        $findborrower = $barcode;
131
        $findborrower = $barcode;
132
        undef $barcode;
132
        undef $barcode;
133
        undef $borrowernumber;
133
        undef $borrowernumber;
134
        undef $patron;
134
        $barcodes = [];
135
        $barcodes = [];
135
        $autoswitched = 1;
136
        $autoswitched = 1;
136
    }
137
    }
137
- 

Return to bug 35518