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

(-)a/C4/Circulation.pm (-2 lines)
Lines 4079-4085 sub ProcessOfflineReturn { Link Here
4079
                $itemnumber,
4079
                $itemnumber,
4080
                $operation->{timestamp},
4080
                $operation->{timestamp},
4081
            );
4081
            );
4082
            $item->renewals_count(0);
4083
            $item->onloan(undef);
4082
            $item->onloan(undef);
4084
            $item->store({ log_action => 0 });
4083
            $item->store({ log_action => 0 });
4085
            return "Success.";
4084
            return "Success.";
4086
- 

Return to bug 33838