Bugzilla – Attachment 120233 Details for
Bug 27819
Spurious errors when running delete_records_via_leader.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27819: Fix Object POD
Bug-27819-Fix-Object-POD.patch (text/plain), 822 bytes, created by
Martin Renvoize (ashimema)
on 2021-04-27 13:54:33 UTC
(
hide
)
Description:
Bug 27819: Fix Object POD
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-04-27 13:54:33 UTC
Size:
822 bytes
patch
obsolete
>From 7bec6a5bbdd66df2715e5ada4af040ea2a863a1b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Sat, 27 Feb 2021 17:48:29 +0000 >Subject: [PATCH] Bug 27819: Fix Object POD > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Object.pm | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/Koha/Object.pm b/Koha/Object.pm >index 57b1429b89..806d42d1aa 100644 >--- a/Koha/Object.pm >+++ b/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 > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27819
:
117406
|
117407
|
119631
|
119632
|
120232
| 120233