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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 824-829 sub CanBookBeIssued { Link Here
824
                borrowernumber => $patron->borrowernumber,
824
                borrowernumber => $patron->borrowernumber,
825
                ccode          => $item_object->ccode,
825
                ccode          => $item_object->ccode,
826
                categorycode   => $patron->categorycode,
826
                categorycode   => $patron->categorycode,
827
                location       => $item_object->location,
827
            }
828
            }
828
        );
829
        );
829
        ModDateLastSeen( $item_object->itemnumber ); # FIXME Move to Koha::Item
830
        ModDateLastSeen( $item_object->itemnumber ); # FIXME Move to Koha::Item
830
- 

Return to bug 32805