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

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

Return to bug 36139