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

(-)a/circ/returns.pl (-1 / +1 lines)
Lines 768-773 for my $checkin (@checkins) { Link Here
768
        $checkin->{patron}         = $patron;
768
        $checkin->{patron}         = $patron;
769
    }
769
    }
770
770
771
    $checkin->{item} = $item;
771
    my $biblio = $item->biblio;
772
    my $biblio = $item->biblio;
772
    $checkin->{biblio} = $item->biblio;
773
    $checkin->{biblio} = $item->biblio;
773
774
774
- 

Return to bug 39302