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

(-)a/Koha/Object.pm (-4 / +2 lines)
Lines 222-230 sub update { Link Here
222
Removes the object from storage.
222
Removes the object from storage.
223
223
224
Returns:
224
Returns:
225
    1  if the deletion was a success
225
    The item object if deletion was a success
226
    0  if the deletion failed
226
    The DBIX::Class error if deletion failed
227
    -1 if the object was never in storage
228
227
229
=cut
228
=cut
230
229
231
- 

Return to bug 27819