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

(-)a/offline_circ/process_koc.pl (-2 / +1 lines)
Lines 338-344 sub kocReturnItem { Link Here
338
            $patron->privacy
338
            $patron->privacy
339
        );
339
        );
340
340
341
        $item->onloadn(undef)->store;
341
        $item->onloan(undef)->store;
342
        ModDateLastSeen( $item->itemnumber );
342
        ModDateLastSeen( $item->itemnumber );
343
343
344
        push @output,
344
        push @output,
345
- 

Return to bug 26675