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

(-)a/Koha/Hold.pm (-1 / +4 lines)
Lines 222-227 sub set_waiting { Link Here
222
222
223
=head3 set_processing
223
=head3 set_processing
224
224
225
$hold->set_processing;
226
227
Mark the hold as in processing.
228
225
=cut
229
=cut
226
230
227
sub set_processing {
231
sub set_processing {
228
- 

Return to bug 12556