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

(-)a/C4/Reserves.pm (-1 / +1 lines)
Lines 203-208 sub AddReserve { Link Here
203
            itemtype       => $itemtype,
203
            itemtype       => $itemtype,
204
        }
204
        }
205
    )->store();
205
    )->store();
206
    $hold->set_waiting() if $found eq 'W';
206
207
207
    logaction( 'HOLDS', 'CREATE', $hold->id, Dumper($hold->unblessed) )
208
    logaction( 'HOLDS', 'CREATE', $hold->id, Dumper($hold->unblessed) )
208
        if C4::Context->preference('HoldsLog');
209
        if C4::Context->preference('HoldsLog');
209
- 

Return to bug 20724