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

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

Return to bug 39183