Bugzilla – Attachment 182131 Details for
Bug 23010
If an item is checked out or in transit it should not be able to be marked withdrawn
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23010: Clean up try/catch in additem.pl
Bug-23010-Clean-up-trycatch-in-additempl.patch (text/plain), 744 bytes, created by
Lucas Gass (lukeg)
on 2025-05-08 22:37:28 UTC
(
hide
)
Description:
Bug 23010: Clean up try/catch in additem.pl
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-05-08 22:37:28 UTC
Size:
744 bytes
patch
obsolete
>From f3e54722ffda8f8c43ce16bc66decce8300ab450 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 8 May 2025 22:35:30 +0000 >Subject: [PATCH] Bug 23010: Clean up try/catch in additem.pl > >--- > cataloguing/additem.pl | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl >index 6c8a5bef1e7..c1067f44bf3 100755 >--- a/cataloguing/additem.pl >+++ b/cataloguing/additem.pl >@@ -645,9 +645,7 @@ if ( $op eq "cud-additem" ) { > try { > $item->store; > } catch { >- if ( ref $_ && $_->can('error') ) { >- push @errors, $_->error; >- } >+ push @errors, $_->error; > } > } > >-- >2.39.5
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 23010
:
176241
|
177299
|
177402
|
177413
|
177434
|
177435
|
177436
|
177437
|
177451
|
177452
|
177453
|
177454
|
177911
|
177912
|
177913
|
177914
|
178808
|
181322
|
181323
|
181324
|
181325
|
181326
|
181327
|
181400
|
182124
|
182129
|
182130
| 182131