Bugzilla – Attachment 151847 Details for
Bug 33698
Add fields to verbose output of cronjob delete_items.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33698: Added fields to the verbose output
Bug-33698-Added-fields-to-the-verbose-output.patch (text/plain), 944 bytes, created by
Laura Escamilla
on 2023-05-30 20:51:43 UTC
(
hide
)
Description:
Bug 33698: Added fields to the verbose output
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2023-05-30 20:51:43 UTC
Size:
944 bytes
patch
obsolete
>From 52fa12f9fd0fb8755fd67684236f28b1df4fc997 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 30 May 2023 20:49:05 +0000 >Subject: [PATCH] Bug 33698: Added fields to the verbose output > >--- > misc/cronjobs/delete_items.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/delete_items.pl b/misc/cronjobs/delete_items.pl >index db111e2f5a..ac86b07648 100755 >--- a/misc/cronjobs/delete_items.pl >+++ b/misc/cronjobs/delete_items.pl >@@ -85,7 +85,7 @@ DELITEM: while ( my $item = $GLOBAL->{sth}->{target_items}->fetchrow_hashref() ) > } else { > verbose sprintf "Item '%s' (Barcode: '%s', Title: '%s') not deleted: %s", > $item->{itemnumber}, >- $item_object_->barcode, >+ $item_object->barcode, > $item_object->biblio->title, > @{$safe_to_delete->messages}[0]->message; > } >-- >2.30.2
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 33698
:
151823
|
151846
|
151847
|
151848
|
151849
|
151883
|
152234