Bugzilla – Attachment 53225 Details for
Bug 14504
Add command-line script to batch delete items based on data in items table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14504: (QA followup) Fix delete_records_via_leader.pl call to DelItemCheck
Bug-14504-QA-followup-Fix-deleterecordsvialeaderpl.patch (text/plain), 1.07 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-07-08 13:13:32 UTC
(
hide
)
Description:
Bug 14504: (QA followup) Fix delete_records_via_leader.pl call to DelItemCheck
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-07-08 13:13:32 UTC
Size:
1.07 KB
patch
obsolete
>From c73eb6443493ab428782a772b7755eff1166eca2 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 8 Jul 2016 09:51:18 -0300 >Subject: [PATCH] Bug 14504: (QA followup) Fix delete_records_via_leader.pl > call to DelItemCheck > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > misc/cronjobs/delete_records_via_leader.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/delete_records_via_leader.pl b/misc/cronjobs/delete_records_via_leader.pl >index b262ded..e9a8546 100755 >--- a/misc/cronjobs/delete_records_via_leader.pl >+++ b/misc/cronjobs/delete_records_via_leader.pl >@@ -87,7 +87,7 @@ foreach my $biblioitem (@biblioitems) { > foreach my $item ( $biblioitem->items() ) { > my $itemnumber = $item->itemnumber(); > >- my $error = $test ? "Test mode enabled" : DelItemCheck( undef, $biblionumber, $itemnumber ); >+ my $error = $test ? "Test mode enabled" : DelItemCheck( $biblionumber, $itemnumber ); > $error = undef if $error eq '1'; > > if ($error) { >-- >2.9.0
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 14504
:
40830
|
42978
|
43445
|
43533
|
43788
|
43789
|
44013
|
44149
|
45789
|
49648
|
49649
|
49650
|
49651
|
49652
|
49653
|
52425
|
53224
|
53225
|
54514
|
54515
|
54516
|
54517
|
54518
|
54519
|
54520
|
54521
|
54522
|
54525
|
54530
|
54531
|
54691
|
54692
|
54693
|
54694
|
54695
|
54696
|
54697
|
54698
|
54699
|
54700
|
54701
|
54702
|
54703