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

(-)a/Koha/Booking.pm (-13 lines)
Lines 298-315 sub to_api_mapping { Link Here
298
    return {};
298
    return {};
299
}
299
}
300
300
301
=head3 delete
302
303
  my $deleted = $booking->delete();
304
305
=cut
306
307
sub delete {
308
    my ($self) = @_;
309
    my $deleted = $self->SUPER::delete($self);
310
    return $deleted;
311
}
312
313
=head3 edit
301
=head3 edit
314
302
315
This method allows patching a booking
303
This method allows patching a booking
316
- 

Return to bug 38175