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

(-)a/Koha/Recalls.pm (-2 / +1 lines)
Lines 164-170 sub add_recall { Link Here
164
164
165
        $item = Koha::Items->find( $itemnumber );
165
        $item = Koha::Items->find( $itemnumber );
166
        # add to statistics table
166
        # add to statistics table
167
        UpdateStats({
167
        C4::Stats::UpdateStats({
168
            branch => C4::Context->userenv->{'branch'},
168
            branch => C4::Context->userenv->{'branch'},
169
            type => 'recall',
169
            type => 'recall',
170
            itemnumber => $itemnumber,
170
            itemnumber => $itemnumber,
171
- 

Return to bug 30488