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
        $barcodes = [];
134
        $autoswitched = 1;
135
        $autoswitched = 1;
135
    }
136
    }
136
}
137
}
137
- 

Return to bug 35518