@@ -, +, @@ --- Koha/Object.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- a/Koha/Object.pm +++ a/Koha/Object.pm @@ -222,9 +222,8 @@ sub update { Removes the object from storage. Returns: - 1 if the deletion was a success - 0 if the deletion failed - -1 if the object was never in storage + The item object if deletion was a success + The DBIX::Class error if deletion failed =cut --