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

(-)a/circ/circulation.pl (-1 / +1 lines)
Lines 442-447 if (@$barcodes && $op eq 'cud-checkout') { Link Here
442
        my $claims = Koha::Checkouts::ReturnClaims->search(
442
        my $claims = Koha::Checkouts::ReturnClaims->search(
443
            {
443
            {
444
                itemnumber => $item->id,
444
                itemnumber => $item->id,
445
                resolution => undef,
445
            }
446
            }
446
        );
447
        );
447
        if ( $claims->count ) {
448
        if ( $claims->count ) {
448
- 

Return to bug 38246